docs: Fix link in README

Correct rootfs builder link in the image builder README.

Fixes #185.

Signed-off-by: Yonatan Gefen <yoni.gefen@gmail.com>
This commit is contained in:
Yonatan Gefen 2018-10-23 13:23:40 -04:00 committed by ygefen
parent 59f29270ee
commit 06437bb51e

View File

@ -17,7 +17,7 @@ $ sudo ./image_builder.sh path/to/rootfs
Where `path/to/rootfs` is the directory populated by `rootfs.sh`. Where `path/to/rootfs` is the directory populated by `rootfs.sh`.
> **Note**: If you are building an image from an Alpine rootfs, see > **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 ## Further information