File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,9 @@ const config: Config = {
206
206
if ( existingPath ?. includes ( '/developer/community/rfcs/' ) ) {
207
207
return existingPath . replace ( '/developer/community/rfcs/' , '/guides/community/rfcs/' ) ;
208
208
}
209
+ if ( existingPath ?. includes ( '/sql/' ) ) {
210
+ return existingPath . replace ( '/sql/' , '/en/sql/' ) ;
211
+ }
209
212
return undefined ;
210
213
}
211
214
}
Original file line number Diff line number Diff line change @@ -382,6 +382,11 @@ const siteRedirects = [
382
382
{
383
383
from : '/tutorials/load/automating_json_log_loading_with_vector/' ,
384
384
to : '/tutorials/load/automating-json-log-loading-with-vector/'
385
+ } ,
386
+ // loading data
387
+ {
388
+ from : '/guides/load-data/transform/querying-metadata' ,
389
+ to : '/tutorials/load/query-metadata'
385
390
}
386
391
] ;
387
392
export default siteRedirects ;
You can’t perform that action at this time.
0 commit comments