Skip to content

Commit 1164685

Browse files
authored
Fix KV API docs link to bulk write (#22049)
1 parent 2f6bec1 commit 1164685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/kv/api/write-key-value-pairs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Refer to [How KV works](/kv/concepts/how-kv-works/) for more information on this
8484
8585
### Write data in bulk
8686
87-
Write more than one key-value pair at a time with Wrangler or [via the REST API](/api/resources/kv/subresources/namespaces/methods/bulk_update/).
87+
Write more than one key-value pair at a time with Wrangler or [via the REST API](/api/resources/kv/subresources/namespaces/subresources/keys/methods/bulk_update/).
8888
8989
The bulk API can accept up to 10,000 KV pairs at once.
9090

0 commit comments

Comments
 (0)