Fix broken url (#5829)

This commit is contained in:
Joao Fernandes 2018-01-25 15:46:19 -08:00 committed by GitHub
parent dd7a802a9d
commit 1df7737c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<ul class="pagination">
<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>
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="part2">2: Containers</a></li>
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="part3">3: Services</a></li>
<li {% if include.selected=="4"%}class="active"{% endif %}><a href="part4">4: Swarms</a></li>