Skip to content

Commit ac94b66

Browse files
Fix API link for Update DNS zone action
1 parent f2bd3d4 commit ac94b66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Although there are some steps that can be achieved on the dashboard, currently t
4747

4848
### (Optional) Reference a zone from another zone
4949

50-
1. Use the [Update DNS settings](/api/resources/dns/subresources/settings/methods/edit/) endpoint to add a reference from an internal zone to another internal zone. In `--data`, specify the `internal_dns` object with the parameter `reference_zone_id`. For details, refer to [reference zones](/dns/internal-dns/internal-zones/reference-zones/).
50+
1. Use the [Update DNS settings](/api/resources/dns/subresources/settings/subresources/zone/methods/edit/) endpoint to add a reference from an internal zone to another internal zone. In `--data`, specify the `internal_dns` object with the parameter `reference_zone_id`. For details, refer to [reference zones](/dns/internal-dns/internal-zones/reference-zones/).
5151

5252
<Example>
5353
<Render file="internal-reference-zone-api"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A wildcard record (`*.example.local`) in the matching internal zone will take pr
2222

2323
## Set up
2424

25-
To set up a reference zone, use the [Update DNS settings](/api/resources/dns/subresources/settings/methods/edit/) endpoint. In `--data`, specify the `internal_dns` object with the parameter `reference_zone_id`.
25+
To set up a reference zone, use the [Update DNS settings](/api/resources/dns/subresources/settings/subresources/zone/methods/edit/) endpoint. In `--data`, specify the `internal_dns` object with the parameter `reference_zone_id`.
2626

2727
<Example>
2828
<Render file="internal-reference-zone-api"/>

0 commit comments

Comments
 (0)