Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion src/content/docs/dns/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Once the setup is completed:

- You [manage DNS records](/dns/manage-dns-records/how-to/create-dns-records/) through the Cloudflare dashboard or API. This is how you control which resources are available on the apex domain (`example.com`) or specific subdomains (`blog.example.com`) of your website, as well as control other configurations.

- Cloudflare [responds to all DNS queries](/fundamentals/concepts/how-cloudflare-works/#how-cloudflare-works-as-a-dns-provider) for your hostnames and your DNS records are propagated across the [Cloudflare global network](https://www.cloudflare.com/network/), speeding up your domain.
- Cloudflare [responds to all DNS queries](/fundamentals/concepts/how-cloudflare-works/#cloudflare-as-a-dns-provider) for your hostnames and your DNS records are propagated across the [Cloudflare global network](https://www.cloudflare.com/network/), speeding up your domain.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This page: https://developers.cloudflare.com/dns/get-started/
has a broken internal link to: https://developers.cloudflare.com/fundamentals/concepts/how-cloudflare-works/.
The fragment how-cloudflare-works-as-a-dns-provider does not exist.

By looking at the page: https://developers.cloudflare.com/fundamentals/concepts/how-cloudflare-works/
The best fragment to use seems to be: #cloudflare-as-a-dns-provider


## Resources

Expand Down