Skip to content
Snippets Groups Projects
Unverified Commit 2dca63ca authored by Brendan Irvine-Broque's avatar Brendan Irvine-Broque Committed by GitHub
Browse files

Add redirect for KV runtime APIs (#11019)

This URL currently 404s:

https://developers.cloudflare.com/workers/runtime-apis/kv/

I think we missed a redirect in https://github.com/cloudflare/cloudflare-docs/pull/10901

cc @deadlypants1973 — my bad, didn't catch this in review
parent c23f80a8
No related branches found
No related tags found
No related merge requests found
......@@ -1117,6 +1117,7 @@
/workers/runtime-apis/scheduled-event/ /workers/runtime-apis/handlers/scheduled/ 301
/workers/runtime-apis/fetch-event/ /workers/runtime-apis/handlers/fetch/ 301
/workers/runtime-apis/add-event-listener/ /workers/learning/migrate-to-module-workers/ 301
/workers/runtime-apis/kv/ /kv/api/ 301
/workers/wrangler/workers-kv/ /kv/ 301
/workers/databases/native-integrations/momento/ /workers/configuration/integrations/momento/ 301
/workers/databases/connect-to-postgres/ /hyperdrive/learning/connect-to-postgres/ 301
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment