Skip to content

Commit dcae13c

Browse files
Fix broken links and point from get-started to dedicated pages
1 parent 97ad85f commit dcae13c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/content/docs/dns/internal-dns/dns-views.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88

99
import { Details, Render } from "~/components";
1010

11-
Internal DNS views are logical groupings of [internal DNS zones](/dns/internal-dns/how-to/internal-zones/). As explained in the [architecture overview](/dns/internal-dns/#architecture-overview), DNS views are referenced by [Gateway resolver policies](/cloudflare-one/policies/gateway/resolver-policies/) to define how a specific query should be resolved.
11+
Internal DNS views are logical groupings of [internal DNS zones](/dns/internal-dns/internal-zones/). As explained in the [architecture overview](/dns/internal-dns/#architecture-overview), DNS views are referenced by [Gateway resolver policies](/cloudflare-one/policies/gateway/resolver-policies/) to define how a specific query should be resolved.
1212

1313
Refer to the sections below for details on how to manage your DNS views, or consider the [get started](/dns/internal-dns/#architecture-overview) for the complete workflow.
1414

src/content/docs/dns/internal-dns/get-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Although there are some steps that can be achieved on the dashboard, currently t
4040

4141
## 1. Set up your internal DNS zone
4242

43-
1. Use the [Create Zone](/api/resources/zones/) endpoint to create an internal zone. Specify your account ID and set the `type` to `internal`.
43+
1. Use the [Create Zone](/api/resources/zones/) endpoint to create an [internal zone](/dns/internal-dns/internal-zones/). Specify your account ID and set the `type` to `internal`.
4444

4545
<Details header="Internal zone configuration conditions">
4646
<Render file="internal-zones-conditions" />
@@ -61,7 +61,7 @@ Although there are some steps that can be achieved on the dashboard, currently t
6161

6262
## 2. Link your internal zone to a view
6363

64-
Since the resolver policy will require a view, you must have at least one view to be able to route requests to Internal DNS.
64+
Since the resolver policy will require a [view](/dns/internal-dns/dns-views/), you must have at least one view to be able to route requests to Internal DNS.
6565

6666
1. Use the [Create Internal DNS View](/api/resources/dns/subresources/settings/subresources/views/methods/create/) endpoint. For each view you create, list all the internal zones that should be grouped under that view.
6767

src/content/docs/dns/internal-dns/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Simplify private network management with Cloudflare DNS for your internal resour
2121

2222
<Plan type="enterprise" />
2323

24-
Manage DNS records that should only be accessible within your private network. Internal DNS [zones](/dns/internal-dns/how-to/internal-zones/) and [views](/dns/internal-dns/how-to/dns-views/) pair up with [Gateway resolver policies](/cloudflare-one/policies/gateway/resolver-policies/) so that you can control how a DNS query should be responded according to context, such as its source IP.
24+
Manage DNS records that should only be accessible within your private network. Internal DNS [zones](/dns/internal-dns/internal-zones/) and [views](/dns/internal-dns/dns-views/) pair up with [Gateway resolver policies](/cloudflare-one/policies/gateway/resolver-policies/) so that you can control how a DNS query should be responded according to context, such as its source IP.
2525

2626
<Render file="internal-dns-beta-note" />
2727

src/content/docs/dns/internal-dns/internal-zones.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Example, Render } from "~/components";
1010

1111
Internal DNS zones are groupings of internal DNS records. While [public DNS records](/dns/manage-dns-records/) contain information about resources that you want to make available to the public Internet, internal DNS records allow you to manage resources that should only be available within your private network.
1212

13-
Internal DNS zones do not get assigned Cloudflare nameservers and can only be queried via [Cloudflare Gateway](/cloudflare-one/policies/gateway/) when linked to a [DNS view](/dns/internal-dns/how-to/dns-views/). The Gateway configuration must exist within the same Cloudflare account where the internal zone exists.
13+
Internal DNS zones do not get assigned Cloudflare nameservers and can only be queried via [Cloudflare Gateway](/cloudflare-one/policies/gateway/) when linked to a [DNS view](/dns/internal-dns/dns-views/). The Gateway configuration must exist within the same Cloudflare account where the internal zone exists.
1414

1515
## Configuration conditions
1616

src/content/partials/dns/internal-dns-view-conditions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
---
55

6-
- DNS views can be empty, with no [internal zones](/dns/internal-dns/how-to/internal-zones/) linked to them.
6+
- DNS views can be empty, with no [internal zones](/dns/internal-dns/internal-zones/) linked to them.
77
- A DNS view cannot contain public DNS zones [^1].
88
- Each internal DNS zone name must be unique within a given DNS view.
99

src/content/partials/dns/internal-zones-conditions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
- Internal zones can contain the same [DNS record types](/dns/manage-dns-records/reference/dns-record-types/) that Cloudflare supports for public zones.
77
- An internal zone can have the same name as a public zone in the same account.
8-
- Each internal zone can be linked to multiple [views](/dns/internal-dns/how-to/dns-views/).
8+
- Each internal zone can be linked to multiple [views](/dns/internal-dns/dns-views/).
99
- There can be several internal zones with the same name in one account. However, two internal zones with the same name cannot be linked to the same view.
1010
- Internal zones are not subject to any top-level domain (TLD) restrictions. This means that an internal zone can be created if its TLD is not registered publicly (for example, `xyz.local`), if it is created on the TLD itself (`local`), or even if on the root (`.`).

0 commit comments

Comments
 (0)