From 7d77f87ba0181eb87ba82d7f51cb8e27dfc67a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Sat, 18 May 2019 02:43:07 +0200 Subject: [PATCH] docs: fix links --- docs/topology.md | 2 +- docs/vpn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topology.md b/docs/topology.md index 1e37ecd..dfb7da3 100644 --- a/docs/topology.md +++ b/docs/topology.md @@ -11,7 +11,7 @@ This allows the encrypted network to serve several purposes, for example: By default, Kilo creates a mesh between the different logical locations in the cluster, e.g. data-centers, cloud providers, etc. Kilo will try to infer the location of the node using the [failure-domain.beta.kubernetes.io/region](https://kubernetes.io/docs/reference/kubernetes-api/labels-annotations-taints/#failure-domain-beta-kubernetes-io-region) node label. -If this label is not set, then the [kilo.squat.ai/location](./docs/annotations.md#location) node annotation can be used. +If this label is not set, then the [kilo.squat.ai/location](./annotations.md#location) node annotation can be used. For example, in order to join nodes in Google Cloud and AWS into a single cluster, an administrator could use the following snippet could to annotate all nodes with `GCP` in the name: diff --git a/docs/vpn.md b/docs/vpn.md index 115c01a..fef876f 100644 --- a/docs/vpn.md +++ b/docs/vpn.md @@ -104,4 +104,4 @@ subsets: EOF ``` -[See the multi-cluster services docs for more details on connecting clusters to external services](./docs/multi-cluster-services.md). +[See the multi-cluster services docs for more details on connecting clusters to external services](./multi-cluster-services.md).