diff --git a/README.md b/README.md index 2cd46f1..3f0dcd7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ zsh debootstrap sudo kpartx cgpt xz-utils ## Documentation -Find documentation inside the `doc` directory of libdevuansdk. +Find documentation inside the `docs` directory of libdevuansdk. ## Notes diff --git a/doc/Makefile b/docs/Makefile similarity index 100% rename from doc/Makefile rename to docs/Makefile diff --git a/doc/configuration.7.md b/docs/configuration.7.md similarity index 100% rename from doc/configuration.7.md rename to docs/configuration.7.md diff --git a/doc/creating_wrappers.7.md b/docs/creating_wrappers.7.md similarity index 100% rename from doc/creating_wrappers.7.md rename to docs/creating_wrappers.7.md diff --git a/doc/helper_functions.7.md b/docs/helper_functions.7.md similarity index 100% rename from doc/helper_functions.7.md rename to docs/helper_functions.7.md diff --git a/doc/libdevuansdk.7.md b/docs/libdevuansdk.7.md similarity index 100% rename from doc/libdevuansdk.7.md rename to docs/libdevuansdk.7.md diff --git a/doc/nanodoc b/docs/nanodoc similarity index 100% rename from doc/nanodoc rename to docs/nanodoc diff --git a/doc/static/foot.html b/docs/static/foot.html similarity index 100% rename from doc/static/foot.html rename to docs/static/foot.html diff --git a/doc/static/head.html b/docs/static/head.html similarity index 100% rename from doc/static/head.html rename to docs/static/head.html diff --git a/doc/workflow.7.md b/docs/workflow.7.md similarity index 100% rename from doc/workflow.7.md rename to docs/workflow.7.md