mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Fix broken link (#5790)
This commit is contained in:
committed by
Misty Stanley-Jones
parent
d628a9f95a
commit
84b61d2ecf
@@ -1,5 +1,5 @@
|
||||
<ul class="pagination">
|
||||
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="./">1: Orientation</a></li>
|
||||
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="part1">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>
|
||||
|
||||
Reference in New Issue
Block a user