From 06437bb51efd8d2390a0d7654eb406ddcece3bf9 Mon Sep 17 00:00:00 2001 From: Yonatan Gefen Date: Tue, 23 Oct 2018 13:23:40 -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 b4475fced..acfa24e20 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