diff --git a/README.md b/README.md index a79d517..65b5380 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ NNTPChan (previously known as overchan) is a decentralized imageboard that uses ## getting started ## -After you [built and installed the daemon](build-daemon.md) and [set up your database](database-setup.md), clone this repository and start up the daemon +After you [built and installed the daemon](doc/build.md) and [set up your database](doc/database.md), clone this repository and start up the daemon # clone it git clone https://github.com/majestrate/nntpchan diff --git a/build-daemon.md b/doc/build.md similarity index 100% rename from build-daemon.md rename to doc/build.md diff --git a/database-setup.md b/doc/database.md similarity index 100% rename from database-setup.md rename to doc/database.md