Skip to content

Commit 19cb0bf

Browse files
authored
Merge pull request docker#12286 from usha-mandya/fix-links
Fix broken links
2 parents 6d768f6 + 856c5e8 commit 19cb0bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

get-started/04_sharing_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ an example command that you will need to run to push to this repo.
6565
Now that our image has been built and pushed into a registry, let's try running our app on a brand
6666
new instance that has never seen this container image! To do this, we will use Play with Docker.
6767
68-
1. Open your browser to [Play with Docker](http://play-with-docker.com){:target="_blank" rel="noopener" class="_"}.
68+
1. Open your browser to [Play with Docker](https://www.docker.com/play-with-docker){:target="_blank" rel="noopener" class="_"}.
6969
7070
2. Log in with your Docker Hub account.
7171

language/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ In addition to the language-specific modules, Docker documentation also provides
1212

1313
For more information, refer to the following topics:
1414

15-
* [Best practices for writing Dockerfiles](../../develop/develop-images/dockerfile_best-practices.md)
16-
* [Docker development best practices](../../develop/dev-best-practices.md)
17-
* [Build images with BuildKit](../../develop/develop-images/build_enhancements.md)
18-
* [Manage images](../../develop/develop-images/image_management.md)
15+
* [Best practices for writing Dockerfiles](../develop/develop-images/dockerfile_best-practices.md)
16+
* [Docker development best practices](../develop/dev-best-practices.md)
17+
* [Build images with BuildKit](../develop/develop-images/build_enhancements.md)
18+
* [Manage images](../develop/develop-images/image_management.md)
1919

2020
## Language-specific getting started guides
2121

0 commit comments

Comments
 (0)