Skip to content

Commit 0ef712b

Browse files
committed
edits xrefs
1 parent 9ffdb47 commit 0ef712b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/vendor/distributing-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are new to Replicated, complete the following prerequisites before you ge
1717
Packaging your application with Helm is recommended because it allows you to support both installations with the Helm CLI and with KOTS from the same release, without having to maintain separate sets of Helm charts or application manifests.
1818
:::
1919

20-
* Alternatively, if you do _not_ intend to distribute a Helm chart-based application with Replicated, see [KOTS Tutorial (CLI)](tutorial-cli-setup) for a workflow that uses a sample application with standard Kubernetes manifests.
20+
* Alternatively, if you do _not_ intend to distribute a Helm application with Replicated, see [Install with KOTS in an Existing Cluster](tutorial-cli-setup) for a workflow that uses a sample application with Kubernetes manifests.
2121

2222
## Add Custom Resources
2323

docs/vendor/replicated-onboarding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Before you begin, complete the following prerequisites:
6363
```
6464

6565
:::note
66-
If you do not intend to distribute a Helm chart-based application with Replicated, see [KOTS Tutorial (CLI)](tutorial-cli-setup) to follow an onboarding workflow that uses a sample application with standard Kubernetes manifests and demonstrates installing with Replicated KOTS.
66+
If you do not intend to distribute a Helm application with Replicated, see [Install with KOTS in an Existing Cluster](tutorial-cli-setup) to follow an onboarding workflow that uses a sample application with Kubernetes manifests and demonstrates installing with Replicated KOTS.
6767
:::
6868

6969
* You must have kubectl access to a cluster where you can develop against the Helm chart. Replicated recommends that you confirm that you can successfully install the chart in the cluster and also log in to the application UI. After you confirm that you can install and access the application, uninstall it before proceeding to the onboarding workflow. For more information, see [Helm Install](https://helm.sh/docs/helm/helm_install/) and [Helm Uninstall](https://helm.sh/docs/helm/helm_uninstall/) in the Helm documentation.

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
[[redirects]]
5757
from = "https://docs.replicated.com/vendor/tutorial-installing-without-existing-cluster"
58-
to = "https://docs.replicated.com/vendor/tutorial-cli-setup"
58+
to = "https://docs.replicated.com/vendor/tutorial-embedded-cluster-setup"
5959

6060
[[redirects]]
6161
from = "https://docs.replicated.com/vendor/helm-mapping-example"

0 commit comments

Comments
 (0)