Skip to content

Commit

Permalink
Fixed broken link to provenance docs (#319)
Browse files Browse the repository at this point in the history
Signed-off-by: J12934 <[email protected]>
  • Loading branch information
J12934 authored Apr 8, 2020
1 parent f5216d4 commit f912442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Upload `mychart-0.1.0.tgz`:
curl --data-binary "@mychart-0.1.0.tgz" http://localhost:8080/api/charts
```

If you've signed your package and generated a [provenance file](https://github.com/helm/helm/blob/master/docs/provenance.md), upload it with:
If you've signed your package and generated a [provenance file](https://github.com/helm/helm-www/blob/master/content/en/docs/topics/provenance.md), upload it with:
```bash
curl --data-binary "@mychart-0.1.0.tgz.prov" http://localhost:8080/api/prov
```
Expand Down

0 comments on commit f912442

Please sign in to comment.