Skip to content

Commit

Permalink
made absolute links to docs.docker.com relative
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Duermael <adrien@duermael.com>
  • Loading branch information
aduermael committed Dec 21, 2016
1 parent dae6b14 commit 6ffc555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datacenter/ucp/2.0/guides/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ by Docker.
When you deploy UCP, it starts running a globally scheduled service called
`ucp-agent`. This service monitors the node where it is running and starts
and stops UCP services, based on whether that node is a
[manager or a worker node](https://docs.docker.com/engine/swarm/key-concepts/).
[manager or a worker node](/engine/swarm/key-concepts/).

If the node is a:

Expand Down
2 changes: 1 addition & 1 deletion docker-for-windows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ the FAQs.)

The **Advanced** daemon settings provide the original option to directly edit
the JSON configuration file for the <a
href="https://docs.docker.com/engine/reference/commandline/dockerd/"
href="/engine/reference/commandline/dockerd/"
target="_blank">daemon</a>. (This is the only option currently available on stable releases, as described in [Docker daemon](#docker-daemon).)

![Docker Daemon](images/docker-daemon_advanced.png)
Expand Down

0 comments on commit 6ffc555

Please sign in to comment.