Skip to content

Commit

Permalink
replace doc links to zora-docs.undistro.io
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Jan 3, 2023
1 parent c27f885 commit 7d313b0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ which are hosted in the [Undistro Organization](https://github.com/undistro) on
difference. This is something that everyone can do to help out Zora.
GitHub stars help the project gain visibility and stand out.

- **Reviewing the [documentation](https://zora.undistro.io/).**
- **Reviewing the [documentation](https://zora-docs.undistro.io/).**
Most documentation just needs a review for proper spelling and grammar.
If you think a document can be improved in any way,
feel free to hit the `edit` button at the top of the page.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div align="center">

<a href="https://zora.undistro.io/" target="_blank">
<a href="https://zora-docs.undistro.io/" target="_blank">
<img src="docs/assets/logo-github.png" alt="Zora Logo">
</a>

Expand All @@ -22,7 +22,7 @@ Zora is the first product created by Undistro's initiative. Visit our [website](

## Getting Started

Check out our live [documentation](https://zora.undistro.io) for details about how to install Zora and start to scan your clusters.
Check out our live [documentation](https://zora-docs.undistro.io) for details about how to install Zora and start to scan your clusters.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion charts/zora/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
apiVersion: v2
name: zora
description: Zora scans multiple Kubernetes clusters and reports potential issues.
icon: https://zora.undistro.io/assets/logo.png
icon: https://zora-docs.undistro.io/assets/logo.png
type: application
version: 0.4.0
appVersion: "v0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion charts/zora/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1. Connect clusters with `kubectl`:

For in-depth information about how to connect a cluster, visit
https://zora.undistro.io/
https://zora-docs.undistro.io/

{{- if .Values.saas.workspaceID }}
2. Now you can see your clusters and issues in the SaaS:
Expand Down
6 changes: 3 additions & 3 deletions docs/target-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ For manual configuration, go to [Manual Configuration](#manual-configuration), o

## Setup Script

A [script](https://zora.undistro.io/v0.4/targetcluster.sh) is available to prepare a cluster, which can be executed by any POSIX compliant shell.
A [script](https://zora-docs.undistro.io/v0.4/targetcluster.sh) is available to prepare a cluster, which can be executed by any POSIX compliant shell.

The target cluster context can be set by exporting the `CONTEXT` variable or switching via `kubectl`, before running the script:

```shel
curl -q https://zora.undistro.io/v0.4/targetcluster.sh | CONTEXT=<TARGET_CONTEXT> sh
curl -q https://zora-docs.undistro.io/v0.4/targetcluster.sh | CONTEXT=<TARGET_CONTEXT> sh
```
or
```shel
kubectl config use-context <TARGET_CONTEXT>
curl -q https://zora.undistro.io/v0.4/targetcluster.sh | sh
curl -q https://zora-docs.undistro.io/v0.4/targetcluster.sh | sh
```

By default, the generated kubeconfig will be named as your current Kubernetes context suffixed with `-kubeconfig.yaml`.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

site_name: "Zora"
site_url: https://zora.undistro.io
site_url: https://zora-docs.undistro.io
repo_url: https://github.com/undistro/zora
repo_name: undistro/zora
edit_uri: edit/main/docs/
Expand Down

0 comments on commit 7d313b0

Please sign in to comment.