Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Commit f8afab9

Browse files
KevinGimbelAdnan Abdulhussein
authored and
Adnan Abdulhussein
committed
Correct outdated link on details page (#629)
There was an outdated link pointing to github.com/kubernetes/helm Signed-off-by: Kevin Gimbel <[email protected]>
1 parent b806df3 commit f8afab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app/chart-details/chart-details-usage/chart-details-usage.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ <h2 class="chart-details-usage__label">Install chart</h2>
2525
</button>
2626
</div>
2727
<p class="help-link">
28-
<a href="https://github.com/kubernetes/helm/blob/master/docs/quickstart.md"
29-
target="_blank" title="How to install Helm">Need Helm?</a>
28+
<a href="https://github.com/helm/helm/blob/master/docs/quickstart.md" target="_blank"
29+
title="How to install Helm">Need Helm?</a>
3030
</p>
3131
</mat-tab>
3232
</mat-tab-group>

0 commit comments

Comments
 (0)