Skip to content

Commit

Permalink
Fix broken links in the website. (#2405)
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey authored Dec 21, 2021
1 parent ef7cb69 commit ebe8e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/en/docs/FAQ/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/Installation/Terraform/aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ebe8e9b

Please sign in to comment.