-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Description
Is this a docs issue?
- My issue is about the documentation content or website
Type of issue
There's a problem with the website
Description
The overview link in the first paragraph references the same page.
<p>This series of tutorials deals with networking for standalone Docker containers.
For networking with swarm services, see
<a class="link" href="https://docs.docker.com/engine/network/tutorials/overlay/">Networking with swarm services</a>. If you need to
learn more about Docker networking in general, see the
<a class="link" href="">overview</a>.</p>
Location
https://docs.docker.com/engine/network/tutorials/standalone/
Suggestion
I suggest to link it to networking page.
<p>This series of tutorials deals with networking for standalone Docker containers.
For networking with swarm services, see
<a class="link" href="https://docs.docker.com/engine/network/tutorials/overlay/">Networking with swarm services</a>. If you need to
learn more about Docker networking in general, see the
<a class="link" href="https://docs.docker.com/engine/network/">overview</a>.</p>