Skip to content

Commit e5d24d7

Browse files
author
Mano Marks
authored
Merge pull request docker#203 from ricardo-aires/202-fix
Fixed shared driver link typo. Fixes docker#202
2 parents 5c4b20f + 6e579a4 commit e5d24d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repo contains [Docker](https://docker.com) labs and tutorials authored both by Docker, and by members of the community. We welcome contributions and want to grow the repo.
44

55
#### Docker tutorials:
6-
* [Docker for beginners] (beginner/readme.md)
6+
* [Docker for beginners](beginner/readme.md)
77
* [Docker Swarm Mode](swarm-mode/README.md)
88
* [Configuring developer tools and programming languages](developer-tools/README.md)
99
* Java
@@ -20,7 +20,7 @@ This repo contains [Docker](https://docker.com) labs and tutorials authored both
2020

2121
#### Community tutorials
2222
* [Docker Tutorials from the Community](https://github.com/docker/community/tree/master/Docker-Meetup-Content) - links to a different repository
23-
* [Advanced Docker orchestration workshop] (https://github.com/docker/labs/tree/master/Docker-Orchestration) - links to a different repository
23+
* [Advanced Docker orchestration workshop](https://github.com/docker/labs/tree/master/Docker-Orchestration) - links to a different repository
2424

2525
For more information on Docker, see the Official [Docker documentation](https://docs.docker.com).
2626

beginner/chapters/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Getting all the tooling setup on your computer can be a daunting task, but getti
88

99
The *getting started* guide on Docker has detailed instructions for setting up Docker on [Mac](https://docs.docker.com/docker-for-mac/), [Linux](https://docs.docker.com/engine/installation/linux/) and [Windows](https://docs.docker.com/docker-for-windows/).
1010

11-
*If you're using Docker for Windows* make sure you have [shared your drive](https://docs.docker.com/docker-for-windows/#/shared-drives).
11+
*If you're using Docker for Windows* make sure you have [shared your drive](https://docs.docker.com/docker-for-windows/#shared-drives).
1212

1313
*Important note* If you're using an older version of Windows or MacOS you may need to use [Docker Machine](https://docs.docker.com/machine/overview/) instead.
1414

0 commit comments

Comments
 (0)