Skip to content

Commit 342ccb8

Browse files
authored
Update bindings.mdx
Remove localhost reference
1 parent babc0b2 commit 342ccb8

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/bindings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For every product, be sure to check product specific limits. Some resources may
3838

3939
#### Using the API
4040

41-
Use the [Upload User Worker API](http://localhost:1111/api/resources/workers_for_platforms/subresources/dispatch/subresources/namespaces/subresources/scripts/methods/update/) to attach bindings to a Worker. You can do this when you're first uploading the Worker script or when updating an existing Worker.
41+
Use the [Upload User Worker API](/api/resources/workers_for_platforms/subresources/dispatch/subresources/namespaces/subresources/scripts/methods/update/) to attach bindings to a Worker. You can do this when you're first uploading the Worker script or when updating an existing Worker.
4242

4343
Once the API request is made, the Worker will be automatically redeployed with the updated configuration, making the binding available for use.
4444

0 commit comments

Comments
 (0)