Skip to content

Commit

Permalink
Merge pull request #711 from porter-dev/0.3.0-upgrade-error-notifs
Browse files Browse the repository at this point in the history
update all locations with broken docs link
  • Loading branch information
abelanger5 authored May 19, 2021
2 parents 6b7a0cf + 5747dfd commit c228c73
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 c228c73

Please sign in to comment.