Merge pull request #840 from vitorreis/836-fix-hello-world

issue-836 wrong path in hello world docs
This commit is contained in:
Tianon Gravi 2017-02-20 09:01:11 -08:00 committed by GitHub
commit 3ccabf0b26
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ hello-world latest 48b5124b2768 1.84 kB
# How is this image created? # How is this image created?
This image is a prime example of using the [`scratch`](https://registry.hub.docker.com/_/scratch/) image effectively. See [`hello.asm`](%%GITHUB-REPO%%/blob/master/hello.asm) in %%GITHUB-REPO%% for the source code of the `hello` binary included in this image. This image is a prime example of using the [`scratch`](https://registry.hub.docker.com/_/scratch/) image effectively. See [`hello.c`](%%GITHUB-REPO%%/blob/master/hello.c) in %%GITHUB-REPO%% for the source code of the `hello` binary included in this image.