From 5d82b6201cdb6bcab6b2a80f44445e091ba672a4 Mon Sep 17 00:00:00 2001 From: ygefen Date: Wed, 17 Oct 2018 16:28:20 -0400 Subject: [PATCH] docs: Fix link in README Correct rootfs builder link in the image builder README. Fixes #185. Signed-off-by: Yonatan Gefen --- image-builder/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-builder/README.md b/image-builder/README.md index b4475fce..acfa24e2 100644 --- a/image-builder/README.md +++ b/image-builder/README.md @@ -17,7 +17,7 @@ $ sudo ./image_builder.sh path/to/rootfs Where `path/to/rootfs` is the directory populated by `rootfs.sh`. > **Note**: If you are building an image from an Alpine rootfs, see -> the important note [here](rootfs-builder/README.md#rootfs-requirements). +> the important note [here](/rootfs-builder/README.md#rootfs-requirements). ## Further information