diff --git a/docs/getting-started-single-cluster.md b/docs/getting-started-single-cluster.md index 4886796d..1521d63e 100644 --- a/docs/getting-started-single-cluster.md +++ b/docs/getting-started-single-cluster.md @@ -51,7 +51,7 @@ If you want to make use of the Kuadrant `DNSPolicy` you should setup the followi ### Set the release you want to use ```bash -export KUADRANT_REF=v1.0.0 +export KUADRANT_REF=release-v1.0.0 ``` ### Set Up a kind cluster and install Kuadrant diff --git a/mkdocs.yml b/mkdocs.yml index 701db753..81720718 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -65,7 +65,7 @@ plugins: - /config/samples/* - /examples/* - name: authorino - import_url: 'https://github.com/kuadrant/authorino?edit_uri=/blob/main/&branch=kuadrant-v1.0.0' + import_url: 'https://github.com/kuadrant/authorino?edit_uri=/blob/main/&branch=main' imports: - /README.md - /docs/*