Skip to content

Commit 3973bec

Browse files
committed
update broken links
1 parent 0877beb commit 3973bec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/api-management/how-to-deploy-self-hosted-gateway-azure-kubernetes-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This article provides the steps for deploying self-hosted gateway component of A
3535
5. Make sure **Kubernetes** is selected under **Deployment scripts**.
3636
6. Select **\<gateway-name\>.yml** file link next to **Deployment** to download the file.
3737
7. Adjust the `config.service.endpoint`, port mappings, and container name in the .yml file as needed.
38-
8. Depending on your scenario, you might need to change the [service type](../aks/concepts-network.md#services).
38+
8. Depending on your scenario, you might need to change the [service type](../aks/concepts-network-services.md).
3939
* The default value is `LoadBalancer`, which is the external load balancer.
4040
* You can use the [internal load balancer](../aks/internal-lb.md) to restrict the access to the self-hosted gateway to only internal users.
4141
* The sample below uses `NodePort`.

articles/azure-linux/quickstart-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ In this quickstart, you will use a manifest to create all objects needed to run
9191
* The sample Azure Vote Python applications.
9292
* A Redis instance.
9393

94-
Two [Kubernetes Services](../../articles/aks/concepts-network.md#services) are also created:
94+
Two [Kubernetes Services](../../articles/aks/concepts-network-services.md) are also created:
9595

9696
* An internal service for the Redis instance.
9797
* An external service to access the Azure Vote application from the internet.

articles/azure-linux/quickstart-azure-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ In this quickstart, you use a manifest to create all objects needed to run the [
8989
- The sample Azure Vote Python applications.
9090
- A Redis instance.
9191
92-
This manifest also creates two [Kubernetes Services](../../articles/aks/concepts-network.md#services):
92+
This manifest also creates two [Kubernetes Services](../../articles/aks/concepts-network-services.md):
9393
9494
- An internal service for the Redis instance.
9595
- An external service to access the Azure Vote application from the internet.

articles/azure-linux/quickstart-azure-resource-manager-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ In this quickstart, you use a manifest to create all objects needed to run the [
250250
* The sample Azure Vote Python applications.
251251
* A Redis instance.
252252
253-
Two [Kubernetes Services](../../articles/aks/concepts-network.md#services) are also created:
253+
Two [Kubernetes Services](../../articles/aks/concepts-network-services.md) are also created:
254254
255255
* An internal service for the Redis instance.
256256
* An external service to access the Azure Vote application from the internet.

0 commit comments

Comments
 (0)