Skip to content

Commit

Permalink
Fix Github repo links in NS1 docs (#509)
Browse files Browse the repository at this point in the history
URLs that lead to outside of docs configs
should be referenced by full non-relative URL

Otherwise they are rendered as 404

Signed-off-by: Yury Tsarev <yury.tsarev@absa.africa>
  • Loading branch information
ytsarev authored May 31, 2021
1 parent 8354606 commit 2c39ca9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/deploy_ns1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Two EKS clusters in `eu-west-1` and `us-east-1`.

The EKS setup is identical to [Route53 tutorial](../docs/deploy_route53.md)

Terraform code for cluster reference setup can be found [here](../docs/examples/route53)

Terraform code for cluster reference setup can be found [here](https://github.com/k8gb-io/k8gb/tree/master/docs/examples/route53)

## Deploy k8gb

Expand All @@ -19,7 +18,7 @@ Use `helm` to deploy stable release from Helm repo
helm repo add k8gb https://www.k8gb.io
```

Example `values.yaml` configuration files can be found [here](../docs/examples/ns1/)
Example `values.yaml` configuration files can be found [here](https://github.com/k8gb-io/k8gb/tree/master/docs/examples/ns1)

In `eu-west-1` cluster execute
```sh
Expand Down

0 comments on commit 2c39ca9

Please sign in to comment.