We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7a802 commit 1df7737Copy full SHA for 1df7737
get-started/nav.html
@@ -1,5 +1,5 @@
1
<ul class="pagination">
2
- <li {% if include.selected=="1"%}class="active"{% endif %}><a href="index">1: Orientation</a></li>
+ <li {% if include.selected=="1"%}class="active"{% endif %}><a href="./">1: Orientation</a></li>
3
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="part2">2: Containers</a></li>
4
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="part3">3: Services</a></li>
5
<li {% if include.selected=="4"%}class="active"{% endif %}><a href="part4">4: Swarms</a></li>
0 commit comments