From 63052cadffe8b17f0f362e4845504842be53a0ee Mon Sep 17 00:00:00 2001 From: Vitor Reis Date: Mon, 20 Feb 2017 11:17:09 +0100 Subject: [PATCH] issue-836 wrong path in hello world docs --- hello-world/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-world/content.md b/hello-world/content.md index 71b42522e..bcc886fe9 100644 --- a/hello-world/content.md +++ b/hello-world/content.md @@ -33,4 +33,4 @@ hello-world latest 48b5124b2768 1.84 kB # 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.