about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-21 22:49:08 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-21 22:51:02 +0100
commite92a1cf436b99757e82d0234ca54b6c41b7ddb16 (patch)
tree0d646aa33721271ebe76db7124ba509e6fa1a570 /README.md
parent500278eb4c73506cd965c3abc06a2449c8071e1e (diff)
Add wiki contents to docs/ instead
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4ba402379..997b8e92a 100644
--- a/README.md
+++ b/README.md
@@ -25,12 +25,11 @@ If you would like, you can [support the development of this project on Patreon][
 
 ## Resources
 
-- [List of Mastodon instances](https://github.com/tootsuite/mastodon/wiki/List-of-Mastodon-instances)
+- [List of Mastodon instances](docs/Using-Mastodon/List-of-Mastodon-instances.md)
 - [Use this tool to find Twitter friends on Mastodon](https://mastodon-bridge.herokuapp.com)
-- [API overview](https://github.com/tootsuite/mastodon/wiki/API)
-- [How to use the API via cURL/oAuth](https://github.com/tootsuite/mastodon/wiki/Testing-with-cURL)
-- [Frequently Asked Questions](https://github.com/tootsuite/mastodon/wiki/FAQ)
-- [List of apps](https://github.com/tootsuite/mastodon/wiki/Apps)
+- [API overview](docs/Using-the-API/API.md)
+- [Frequently Asked Questions](docs/Using-Mastodon/FAQ.md)
+- [List of apps](docs/Using-Mastodon/Apps.md)
 
 ## Features
 
@@ -116,7 +115,7 @@ Which will re-create the updated containers, leaving databases and data as is. D
 
 ## Deployment without Docker
 
-Docker is great for quickly trying out software, but it has its drawbacks too. If you prefer to run Mastodon without using Docker, refer to the [production guide](https://github.com/tootsuite/mastodon/wiki/Production-guide) for examples, configuration and instructions.
+Docker is great for quickly trying out software, but it has its drawbacks too. If you prefer to run Mastodon without using Docker, refer to the [production guide](docs/Running-Mastodon/Production-guide.md) for examples, configuration and instructions.
 
 ## Deployment on Heroku (experimental)