diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-09-02 18:32:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-02 18:32:25 +0200 |
commit | 447d7339134a505732ea6602ec5bfa2e7b59d932 (patch) | |
tree | f79e7db487c7c19a2169d78b6262bc9981e4911d | |
parent | dc8eb5305f0823f4a31bffb7d58be0c11daa5626 (diff) |
Update README.md
Add link to quick start guide, link to general documentation, fix link to list of servers, remove Liberapay
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md index ea99b9084..c6496ec5f 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ Click on the screenshot below to watch a demo of the UI: **Ruby on Rails** is used for the back-end, while **React.js** and Redux are used for the dynamic front-end. A static front-end for public resources (profiles and statuses) is also provided. -If you would like, you can [support the development of this project on Patreon][patreon] or [Liberapay][liberapay]. +If you would like, you can [support the development of this project on Patreon][patreon]. -[patreon]: https://www.patreon.com/user?u=619786 -[liberapay]: https://liberapay.com/Mastodon/ +[patreon]: https://www.patreon.com/mastodon --- ## Resources -- [Frequently Asked Questions](https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/FAQ.md) -- [Use this tool to find Twitter friends on Mastodon](https://bridge.joinmastodon.org) +- [Quick start guide](https://blog.joinmastodon.org/2018/08/mastodon-quick-start-guide/) +- [Find Twitter friends on Mastodon](https://bridge.joinmastodon.org) - [API overview](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md) -- [List of Mastodon instances](https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/List-of-Mastodon-instances.md) -- [List of apps](https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/Apps.md) +- [Documentation](https://github.com/tootsuite/documentation) +- [List of servers](https://joinmastodon.org/#getting-started) +- [List of apps](https://joinmastodon.org/apps) - [List of sponsors](https://joinmastodon.org/sponsors) ## Features |