fix homepage links (#6381)

This commit is contained in:
Dave Protasowski 2025-09-17 10:38:04 -04:00 committed by GitHub
parent 4c29b955f2
commit 3511f9f7dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,12 +16,12 @@
</h2>
<p class="call-to-action">
<a
href="{{ 'getting-started/tutorial' | url }}"
href="{{ 'docs/getting-started/tutorial' | url }}"
class="md-button black md-button--primary"
>Try the tutorial</a
>
<a
href="{{ 'install/' | url }}"
href="{{ 'docs/install/' | url }}"
class="md-button white md-button--secondary"
>Install Knative on your cluster</a
>