From 26f5d2d753d0ae5a9ed0ad91bd320817a8fe4c8b Mon Sep 17 00:00:00 2001 From: Eldon Date: Sat, 25 Jul 2020 23:32:08 +0000 Subject: [PATCH] Fix some links in docs (#788) --- docs/advanced/customization.md | 6 +++--- docs/index.md | 2 +- docs/topics/faq.md | 2 +- docs/topics/hardware.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/advanced/customization.md b/docs/advanced/customization.md index c92d1adb..1c87aa94 100644 --- a/docs/advanced/customization.md +++ b/docs/advanced/customization.md @@ -83,7 +83,7 @@ module "mercury" { } ``` -### Container Linux +### Flatcar Linux Define a Container Linux Config (CLC) ([config](https://github.com/coreos/container-linux-config-transpiler/blob/master/doc/configuration.md), [examples](https://github.com/coreos/container-linux-config-transpiler/blob/master/doc/examples.md)) in version control near your Terraform workspace directory (e.g. perhaps in a `snippets` subdirectory). You may organize snippets into multiple files, if desired. @@ -125,7 +125,7 @@ systemd: Environment="ETCD_LOG_PACKAGE_LEVELS=etcdserver=WARNING,security=DEBUG" ``` -Reference the CLC contents by location (e.g. `file("./custom-units.yaml")`). On [AWS](/cl/aws/#cluster), [Azure](/cl/azure/#cluster), [DigitalOcean](/cl/digital-ocean/#cluster), or [Google Cloud](/cl/google-cloud/#cluster) extend the `controller_snippets` or `worker_snippets` list variables. +Reference the CLC contents by location (e.g. `file("./custom-units.yaml")`). On [AWS](/flatcar-linux/aws/#cluster), [Azure](/flatcar-linux/azure/#cluster), [DigitalOcean](/flatcar-linux/digital-ocean/#cluster), or [Google Cloud](/flatcar-linux/google-cloud/#cluster) extend the `controller_snippets` or `worker_snippets` list variables. ```tf module "nemo" { @@ -145,7 +145,7 @@ module "nemo" { } ``` -On [Bare-Metal](/cl/bare-metal/#cluster), different CLCs may be used for each node (since hardware may be heterogeneous). Extend the `snippets` map variable by mapping a controller or worker name key to a list of snippets. +On [Bare-Metal](/flatcar-linux/bare-metal/#cluster), different CLCs may be used for each node (since hardware may be heterogeneous). Extend the `snippets` map variable by mapping a controller or worker name key to a list of snippets. ```tf module "mercury" { diff --git a/docs/index.md b/docs/index.md index 10a59825..2966ed2f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ Typhoon is available for [Fedora CoreOS](https://getfedora.org/coreos/). | Azure | Fedora CoreOS | [azure/fedora-coreos/kubernetes](fedora-coreos/azure.md) | alpha | | Bare-Metal | Fedora CoreOS | [bare-metal/fedora-coreos/kubernetes](fedora-coreos/bare-metal.md) | beta | | DigitalOcean | Fedora CoreOS | [digital-ocean/fedora-coreos/kubernetes](fedora-coreos/digitalocean.md) | beta | -| Google Cloud | Fedora CoreOS | [google-cloud/fedora-coreos/kubernetes](google-cloud/fedora-coreos/kubernetes) | stable | +| Google Cloud | Fedora CoreOS | [google-cloud/fedora-coreos/kubernetes](fedora-coreos/google-cloud/kubernetes) | stable | Typhoon is available for [Flatcar Linux](https://www.flatcar-linux.org/releases/). diff --git a/docs/topics/faq.md b/docs/topics/faq.md index d661e7aa..3a8fa7a7 100644 --- a/docs/topics/faq.md +++ b/docs/topics/faq.md @@ -12,7 +12,7 @@ Ask questions on the IRC #typhoon channel on [freenode.net](http://freenode.net/ ## Security Issues -If you find security issues, please see [security disclosures](/topics/security.md#disclosures). +If you find security issues, please see [security disclosures](/topics/security/#disclosures). ## Maintainers diff --git a/docs/topics/hardware.md b/docs/topics/hardware.md index d95ad227..6087c62b 100644 --- a/docs/topics/hardware.md +++ b/docs/topics/hardware.md @@ -183,7 +183,7 @@ show ip route bgp ### Port Forwarding -Expose the [Ingress Controller](/addons/ingress.md#bare-metal) by adding `port-forward` rules that DNAT a port on the router's WAN interface to an internal IP and port. By convention, a public Ingress controller is assigned a fixed service IP (e.g. 10.3.0.12). +Expose the [Ingress Controller](/addons/ingress/#bare-metal) by adding `port-forward` rules that DNAT a port on the router's WAN interface to an internal IP and port. By convention, a public Ingress controller is assigned a fixed service IP (e.g. 10.3.0.12). ``` configure