From 1fde42c0231207b42b4e5b80c8df19efd25b9851 Mon Sep 17 00:00:00 2001 From: Wojtek Ulas Date: Fri, 26 Aug 2016 13:21:34 +0200 Subject: [PATCH] hello.asm->hello.c renam according to the new structure of repo - new filename is hello.c --- 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 c0c1e2f16..decf41e59 100644 --- a/hello-world/content.md +++ b/hello-world/content.md @@ -33,4 +33,4 @@ hello-world latest c54a2cc56cbb 1.848 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.