Skip to content

Commit 425ec46

Browse files
committed
Fixing redirects.
1 parent cd6be4c commit 425ec46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

public/_redirects

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259

260260
# D1
261261
/d1/d1-api/ /d1/rest-api/d1-api 301/
262-
/d1/client-api/ /d1/build-with-d1/d1-client-api/ 301
262+
/d1/client-api/ /d1/worker-api/ 301
263263
/d1/build-with-d1/d1-client-api/ /d1/worker-api/ 301
264264
/d1/learning/using-d1-from-pages/ /pages/functions/bindings/#d1-databases 301
265265
/d1/learning/debug-d1/ /d1/observability/debug-d1/ 301
@@ -273,26 +273,26 @@
273273
/d1/migrations/ /d1/reference/migrations/ 301
274274
/d1/platform/wrangler-commands/ /workers/wrangler/commands/#d1 301
275275
/d1/platform/community-projects/ /d1/reference/community-projects/ 301
276-
/d1/platform/client-api/ /d1/build-with-d1/d1-client-api/ 301
276+
/d1/platform/client-api/ /d1/worker-api/ 301
277277
/d1/platform/data-security/ /d1/reference/data-security/ 301
278278
/d1/platform/environments/ /d1/configuration/environments/ 301
279279
/d1/platform/metrics-analytics/ /d1/observability/metrics-analytics/ 301
280280
/d1/platform/migrations/ /d1/reference/migrations/ 301
281-
/d1/reference/client-api/ /d1/build-with-d1/d1-client-api/ 301
281+
/d1/reference/client-api/ /d1/worker-api/ 301
282282
/d1/reference/environments/ /d1/configuration/environments/ 301
283283
/d1/reference/metrics-analytics/ /d1/observability/metrics-analytics/ 301
284284
/d1/reference/wrangler-commands/ / /d1/rest-api/wrangler-commands/ 301
285285
/d1/how-to/ /d1/build-with-d1/ 301
286-
/d1/how-to/query-databases/ /d1/build-with-d1/d1-client-api/ 301
286+
/d1/how-to/query-databases/ /d1/build-with-d1/query-d1/ 301
287287
/d1/how-to/using-indexes/ /d1/build-with-d1/use-indexes/ 301
288288
/d1/how-to/querying-json/ /d1/build-with-d1/query-json/ 301
289289
/d1/how-to/importing-data/ /d1/build-with-d1/import-export-data/ 301
290290
/d1/how-to/generated-columns/ /d1/reference/generated-columns/ 301
291291
/d1/build-databases/ /d1/build-with-d1/ 301
292-
/d1/build-databases/query-databases/ /d1/build-with-d1/d1-client-api/ 301
292+
/d1/build-databases/query-databases/ /d1/build-with-d1/query-d1/ 301
293293
/d1/build-databases/use-indexes/ /d1/build-with-d1/use-indexes/ 301
294294
/d1/build-databases/import-data/ /d1/build-with-d1/import-export-data/ 301
295-
/d1/build-databases/client-api/ /d1/build-with-d1/d1-client-api/ 301
295+
/d1/build-databases/client-api/ /d1/worker-api/ 301
296296
/d1/reference/query-json/ /d1/build-with-d1/query-json/ 301
297297
/d1/configuration/local-development/ /d1/build-with-d1/local-development/ 301
298298
/d1/configuration/remote-development/ /d1/build-with-d1/remote-development/ 301

0 commit comments

Comments
 (0)