summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShyam Sunder <sgsunder1@gmail.com>2019-08-05 19:15:37 -0400
committerShyam Sunder <sgsunder1@gmail.com>2019-08-05 19:20:41 -0400
commit48e7eb10f1bc06fb07b8b14c91b036a12fbe367d (patch)
tree68c4b07a2b6ceaae55609ed11d30ad374b1e9289 /README.md
parent69922fccb68d65f4cabba03b04bb2c6b7c5acde6 (diff)
doc: moved documentation to a seperate folder
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 42a31e5..698cfd2 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ scrubbing](http://sjp.pwn.pl/sjp/;2527372). It is pronounced as *shoorubooru*.
- Post content: images (JPG, PNG, GIF, animated GIF), videos (MP4, WEBM), Flash animations
- Post comments
- Post notes / annotations, including arbitrary polygons
-- Rich JSON REST API ([see documentation](https://github.com/rr-/szurubooru/blob/master/API.md))
+- Rich JSON REST API ([see documentation](doc/API.md))
- Token based authentication for clients
- Rich search system
- Rich privilege system
@@ -28,9 +28,9 @@ scrubbing](http://sjp.pwn.pl/sjp/;2527372). It is pronounced as *shoorubooru*.
## Installation
It is recommended that you use Docker for deployment.
-[See installation instructions.](https://github.com/rr-/szurubooru/blob/master/INSTALL.md)
+[See installation instructions.](doc/INSTALL.md)
-Users who wish to avoid using Docker may find the [old installation instructions](https://github.com/rr-/szurubooru/blob/master/INSTALL-OLD.md) helpful.
+Users who wish to avoid using Docker may find the [old installation instructions](doc/LEGACY_INSTALL.md) helpful.
## Screenshots
@@ -44,4 +44,4 @@ Post view:
## License
-[GPLv3](https://github.com/rr-/szurubooru/blob/master/LICENSE.md).
+[GPLv3](LICENSE.md).