From 5747dfd33393286587d4b1b2f2a89ac9611d9945 Mon Sep 17 00:00:00 2001 From: Alexander Belanger Date: Wed, 19 May 2021 12:55:48 -0400 Subject: [PATCH] update all locations with broken docs link --- README.md | 2 +- dashboard/src/main/home/launch/Launch.tsx | 2 +- dashboard/src/main/home/launch/launch-flow/SettingsPage.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6b710e118..a3ab6cfe5d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For those who are familiar with Kubernetes and Helm: - Connect to existing Kubernetes clusters that are not provisioned by Porter - Visualize, deploy, and configure Helm charts via the GUI -- User-generated [form overlays](https://docs.getporter.dev/docs/porter-templates) for managing `values.yaml` +- User-generated [form overlays](https://github.com/porter-dev/porter-charts/blob/master/docs/form-yaml-reference.md) for managing `values.yaml` - In-depth view of releases, including revision histories and component graphs - Rollback/update of existing releases, including editing of raw `values.yaml` diff --git a/dashboard/src/main/home/launch/Launch.tsx b/dashboard/src/main/home/launch/Launch.tsx index 5112e88781..56ff521409 100644 --- a/dashboard/src/main/home/launch/Launch.tsx +++ b/dashboard/src/main/home/launch/Launch.tsx @@ -204,7 +204,7 @@ export default class Templates extends Component { Launch help_outline diff --git a/dashboard/src/main/home/launch/launch-flow/SettingsPage.tsx b/dashboard/src/main/home/launch/launch-flow/SettingsPage.tsx index 084b0440e2..1b3c04c3cc 100644 --- a/dashboard/src/main/home/launch/launch-flow/SettingsPage.tsx +++ b/dashboard/src/main/home/launch/launch-flow/SettingsPage.tsx @@ -158,7 +158,7 @@ export default class SettingsPage extends Component { To configure this chart through Porter, refer to our docs