Reducing the amount of "items" in the root of the repo

by moving documents into a own docs directory.
This commit is contained in:
meeh
2018-04-24 00:48:08 +00:00
parent 75d681a93c
commit 18b11d2a32
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ or run 'ant javadoc' then start at build/javadoc/index.html
## How to contribute / Hack on I2P
Please check out [README.HACKING.md](README.HACKING.md)
Please check out [HACKING.md](docs/HACKING.md) and other documents in the docs directory.
## Building packages from source

View File

@ -18,7 +18,7 @@ of Gradle and SBT in the end when we know what kind of structure we want.
If you're new at this, which we all was at one point, I'll have some tips.
* Check out our [README.DIRECTORIES.md](README.DIRECTORIES.md) to learn ore
* Check out our [DIRECTORIES.md](DIRECTORIES.md) to learn ore
about where you'll find I2P's different parts in the codebase.
* For me (Meeh), it worked well to run `find . -type f -name '*Runner.java'`
@ -28,7 +28,7 @@ of hints of how this is peaced together lies there.
## The .. Monotone part
Check out [README.MONOTONECHEATSHEET.md](README.MONOTONECHEATSHEET.md) file.
Check out [MONOTONECHEATSHEET.md](MONOTONECHEATSHEET.md) file.
## SBT Behind proxy