Skip to content

Commit 00de24f

Browse files
committed
updated various broken link in ultradns tutorial
1 parent 22da9f2 commit 00de24f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/tutorials/ultradns.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For this tutorial, please make sure that you are using a version **> 0.7.2** of
66

77
## Managing DNS with UltraDNS
88

9-
If you would like to read-up on the UltraDNS service, you can find additional details here: [Introduction to UltraDNS](https://docs.ultradns.neustar)
9+
If you would like to read-up on the UltraDNS service, you can find additional details here: [Introduction to UltraDNS](https://docs.ultradns.com/)
1010

1111
Before proceeding, please create a new DNS Zone that you will create your records in for this tutorial process. For the examples in this tutorial, we will be using `example.com` as our Zone.
1212

@@ -191,9 +191,9 @@ Once the service has an external IP assigned, ExternalDNS will notice the new se
191191

192192
## Verifying UltraDNS Records
193193

194-
Please verify on the [UltraDNS UI](https://portal.ultradns.neustar) that the records are created under the zone "example.com".
194+
Please verify on the [UltraDNS UI](https://portal.ultradns.com/login) that the records are created under the zone "example.com".
195195

196-
For more information on UltraDNS UI, refer to (https://docs.ultradns.neustar/mspuserguide.html).
196+
For more information on UltraDNS UI, refer to (https://docs.ultradns.com/menu.html).
197197

198198
Select the zone that was created above (or select the appropriate zone if a different zone was used.)
199199

@@ -265,7 +265,7 @@ $ kubectl create -f expose-apple-banana-app.yaml
265265
$ kubectl create -f external-dns.yaml
266266
```
267267
- Depending on where you run your service from, it can take a few minutes for your cloud provider to create an external IP for the service.
268-
- Please verify on the [UltraDNS UI](https://portal.ultradns.neustar) that the records have been created under the zone "example.com".
268+
- Please verify on the [UltraDNS UI](https://portal.ultradns.com/login) that the records have been created under the zone "example.com".
269269
- Finally, you will need to clean up the deployment and service. Please verify on the UI afterwards that the records have been deleted from the zone "example.com":
270270
```console
271271
$ kubectl delete -f apple-banana-echo.yaml
@@ -358,7 +358,7 @@ $ kubectl create -f apple-banana-echo.yaml
358358
$ kubectl create -f external-dns.yaml
359359
```
360360
- Depending on where you run your service from, it can take a few minutes for your cloud provider to create an external IP for the service.
361-
- Please verify on the [UltraDNS UI](https://portal.ultradns.neustar), that the records have been created under the zone "example.com".
361+
- Please verify on the [UltraDNS UI](https://portal.ultradns.com/login), that the records have been created under the zone "example.com".
362362
- Finally, you will need to clean up the deployment and service. Please verify on the UI afterwards that the records have been deleted from the zone "example.com":
363363
```console
364364
$ kubectl delete -f apple-banana-echo.yaml
@@ -629,7 +629,7 @@ $ kubectl create -f apple-banana-echo.yaml
629629
$ kubectl create -f external-dns.yaml
630630
```
631631
- Depending on where you run your service from, it can take a few minutes for your cloud provider to create an external IP for the service.
632-
- Please verify on the [UltraDNS UI](https://portal.ultradns.neustar), that the records have been created under the zone "example.com".
632+
- Please verify on the [UltraDNS UI](https://portal.ultradns.com/login), that the records have been created under the zone "example.com".
633633
- Finally, you will need to clean up the deployment and service. Please verify on the UI afterwards that the records have been deleted from the zone "example.com":
634634
```console
635635
$ kubectl delete -f apple-banana-echo.yaml

0 commit comments

Comments
 (0)