From bdd4b84e20753a57dcb7fd943b7fd72323d8d48a Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sun, 6 Dec 2020 17:51:25 +0100 Subject: [PATCH] Update man page links in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b185995..27e9d1f7 100644 --- a/README.md +++ b/README.md @@ -234,11 +234,11 @@ Though you don't have to install the tools to play with them. ## Usage -Please check out the man pages for [mkdwarfs](man/mkdwarfs.md) -and [dwarfs](man/dwarfs.md). `dwarfsck` will be built and installed +Please check out the man pages for [mkdwarfs](doc/mkdwarfs.md) +and [dwarfs](doc/dwarfs.md). `dwarfsck` will be built and installed as well, but it's still work in progress. -The [dwarfs](man/dwarfs.md) man page also shows an example for setting +The [dwarfs](doc/dwarfs.md) man page also shows an example for setting up DwarFS with [overlayfs](https://www.kernel.org/doc/Documentation/filesystems/overlayfs.txt) in order to create a writable file system mount on top a read-only DwarFS image.