Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To add a Custom Domain, you must have:
1. An [active Cloudflare zone](/dns/zone-setups/).
2. A Worker to invoke.

Custom Domains can be attached to your Worker via the [Cloudflare dashboard](/workers/configuration/routing/custom-domains/#set-up-a-custom-domain-in-the-dashboard), [Wrangler](/workers/configuration/routing/custom-domains/#set-up-a-custom-domain-in-your-wranglertoml--wranglerjson-file) or the [API](/api/resources/workers/subresources/domains/methods/list/).
Custom Domains can be attached to your Worker via the [Cloudflare dashboard](/workers/configuration/routing/custom-domains/#set-up-a-custom-domain-in-the-dashboard), [Wrangler](/workers/configuration/routing/custom-domains/#set-up-a-custom-domain-in-your-wrangler-configuration-file) or the [API](/api/resources/workers/subresources/domains/methods/list/).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We found a broken link on this page: https://developers.cloudflare.com/workers/configuration/routing/custom-domains/ (This page may or may not be the same as the page on which you find this comment but we found this same link on this page.)
The link is to this page: https://developers.cloudflare.com/workers/configuration/routing/custom-domains/ but references the fragment set-up-a-custom-domain-in-your-wranglertoml--wranglerjson-file that does not exist.

By looking at the page: https://developers.cloudflare.com/workers/configuration/routing/custom-domains/
The best fragment to use seems to be: #set-up-a-custom-domain-in-your-wrangler-configuration-file


:::caution

Expand Down