mirror of https://github.com/docker/docs.git
fix: fix link url error. (#10702)
If in page https://docs.docker.com/get-started/part2/ or https://docs.docker.com/get-started/part3/, the link url make an error.
This commit is contained in:
parent
616a4b7c88
commit
9e5ed34328
|
@ -1,5 +1,5 @@
|
|||
<ul class="pagination">
|
||||
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="part1">Orientation and setup</a></li>
|
||||
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="part2">Build and run your image</a></li>
|
||||
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="part3">Share images on Docker Hub</a></li>
|
||||
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="/get-started/part1">Orientation and setup</a></li>
|
||||
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="/get-started/part2">Build and run your image</a></li>
|
||||
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="/get-started/part3">Share images on Docker Hub</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue