mirror of https://github.com/knative/docs.git
update try the tutorial link on the home page (#6038)
This commit is contained in:
parent
9407dfaf61
commit
c8ec8fe644
|
@ -11,7 +11,7 @@
|
|||
solution to build Serverless and Event Driven Applications
|
||||
</h1>
|
||||
<p style="display: block">
|
||||
<a href="{{ 'getting-started/' | url }}" class="md-button white md-button--primary">Try the tutorial</a>
|
||||
<a href="{{ 'getting-started/tutorial' | url }}" class="md-button white md-button--primary">Try the tutorial</a>
|
||||
<a href="{{ 'install/' | url }}" class="md-button white">Install Knative on your cluster</a>
|
||||
</p>
|
||||
<div class="trusted-by-container">
|
||||
|
@ -415,4 +415,4 @@
|
|||
<!-- Application footer -->
|
||||
{% block footer %}
|
||||
{% include "partials/footer.html" %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue