fixed some urls in /opensource (#830)

Signed-off-by: Adrien Duermael <adrien@duermael.com>
This commit is contained in:
Adrien Duermael 2016-12-08 11:46:54 -08:00 committed by John Mulhausen
parent db7b3a5987
commit 103976a9eb
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ In a new (to pick up the path change) PowerShell prompt, run:
git clone https://github.com/docker/docker
cd docker
This clones the main Docker repository. Check out [Docker on GitHub](github.com/docker) to learn about the other software that powers the Docker platform.
This clones the main Docker repository. Check out [Docker on GitHub](https://github.com/docker/docker) to learn about the other software that powers the Docker platform.
## 5. Build and run

View File

@ -38,7 +38,7 @@ Follow these steps:
| [docker/machine](https://github.com/docker/machine) | Software for the easy and quick creation of Docker hosts on your computer, on cloud providers, and inside your own data center. |
| [kitematic/kitematic](https://github.com/kitematic/kitematic) | Kitematic is a simple application for managing Docker containers on macOS and Windows. |
| [docker/swarm](https://github.com/docker/swarm) | Native clustering for Docker; manage several Docker hosts as a single, virtual host. |
| [docker/compose](ttps://github.com/docker/compose) | Define and run complex applications using one or many interlinked containers. |
| [docker/compose](https://github.com/docker/compose) | Define and run complex applications using one or many interlinked containers. |
See <a href="https://github.com/docker" target="_blank">the complete list of Docker repositories</a> on GitHub.