diff --git a/opensource/project/software-req-win.md b/opensource/project/software-req-win.md index 391e627e75..e22dd8745a 100644 --- a/opensource/project/software-req-win.md +++ b/opensource/project/software-req-win.md @@ -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 diff --git a/opensource/ways/issues.md b/opensource/ways/issues.md index 4cf3dda968..9d1150a1b1 100644 --- a/opensource/ways/issues.md +++ b/opensource/ways/issues.md @@ -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 the complete list of Docker repositories on GitHub.