Skip to content

Commit

Permalink
update all locations with broken docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
abelanger5 committed May 19, 2021
1 parent 449ee65 commit 5747dfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion dashboard/src/main/home/launch/Launch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default class Templates extends Component<PropsType, StateType> {
<TitleSection>
<Title>Launch</Title>
<a
href="https://docs.getporter.dev/docs/porter-templates"
href="https://docs.getporter.dev/docs/add-ons"
target="_blank"
>
<i className="material-icons">help_outline</i>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default class SettingsPage extends Component<PropsType, StateType> {
To configure this chart through Porter,
<Link
target="_blank"
href="https://docs.getporter.dev/docs/porter-templates"
href="https://github.com/porter-dev/porter-charts/blob/master/docs/form-yaml-reference.md"
>
refer to our docs
</Link>
Expand Down

0 comments on commit 5747dfd

Please sign in to comment.