From dbf2b458702486040648aa234168699ac6706eff Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Tue, 21 Dec 2021 07:18:42 +0000 Subject: [PATCH] Fix broken links in the website. --- site/content/en/docs/FAQ/_index.md | 2 +- site/content/en/docs/Installation/Terraform/aks.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/en/docs/FAQ/_index.md b/site/content/en/docs/FAQ/_index.md index 3b601653dc..d53e55be67 100644 --- a/site/content/en/docs/FAQ/_index.md +++ b/site/content/en/docs/FAQ/_index.md @@ -150,7 +150,7 @@ Since the game client can get the domain name instead of the IP address, it will ### How is traffic routed from the allocated Port to the GameServer container? Traffic is routed to the GameServer Container utilising the `hostPort` field on a -[Pod's Container specification](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#containerport-v1-core). +[Pod's Container specification]({{< k8s-api href="#containerport-v1-core" >}}). This opens a port on the host Node and routes traffic to the container via [iptables](https://en.wikipedia.org/wiki/Iptables) or diff --git a/site/content/en/docs/Installation/Terraform/aks.md b/site/content/en/docs/Installation/Terraform/aks.md index def590e846..7a74bbf541 100644 --- a/site/content/en/docs/Installation/Terraform/aks.md +++ b/site/content/en/docs/Installation/Terraform/aks.md @@ -68,7 +68,7 @@ terraform destroy ``` ## Reference -Details on how you can authenticate your AKS terraform provider using official [instructions](https://www.terraform.io/docs/providers/azurerm/auth/service_principal_client_secret.html) +Details on how you can authenticate your AKS terraform provider using official [instructions](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/service_principal_client_secret). ## Next Steps