Change rooted links to absolute links for mkdocs v1.0

* mkdocs v1.0 now evaluates links beginning with / as
absolute links that are only prepended with the site url
This commit is contained in:
Dalton Hubble
2018-10-07 19:57:16 +02:00
parent daeaec0832
commit ee569e3a59
11 changed files with 28 additions and 28 deletions

View File

@ -40,7 +40,7 @@ providers {
}
```
Read [concepts](/architecture/concepts.md) to learn about Terraform, modules, and organizing resources. Change to your infrastructure repository (e.g. `infra`).
Read [concepts](/architecture/concepts/) to learn about Terraform, modules, and organizing resources. Change to your infrastructure repository (e.g. `infra`).
```
cd infra/clusters
@ -196,7 +196,7 @@ kube-system pod-checkpointer-cnqdg-ramius-controller-0 1/1 Running 0
## Going Further
Learn about [maintenance](/topics/maintenance.md) and [addons](/addons/overview.md).
Learn about [maintenance](/topics/maintenance/) and [addons](/addons/overview/).
!!! note
On Container Linux clusters, install the `CLUO` addon to coordinate reboots and drains when nodes auto-update. Otherwise, updates may not be applied until the next reboot.