Skip to content

Commit e15c17f

Browse files
fix homepage links (#6382)
Co-authored-by: Dave Protasowski <[email protected]>
1 parent 5d55eb5 commit e15c17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overrides/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ <h2 class="secondary-headline">
1616
</h2>
1717
<p class="call-to-action">
1818
<a
19-
href="{{ 'getting-started/tutorial' | url }}"
19+
href="{{ 'docs/getting-started/tutorial' | url }}"
2020
class="md-button black md-button--primary"
2121
>Try the tutorial</a
2222
>
2323
<a
24-
href="{{ 'install/' | url }}"
24+
href="{{ 'docs/install/' | url }}"
2525
class="md-button white md-button--secondary"
2626
>Install Knative on your cluster</a
2727
>

0 commit comments

Comments
 (0)