summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Hofer <julian.public@protonmail.com>2019-10-18 19:02:48 +0200
committerPaul Woolcock <paul@woolcock.us>2020-05-06 16:08:55 -0400
commit9b538fdc65e70d6b9e574366267c4743f66cbf05 (patch)
tree201a6be91a8a45bada0621cc28ab30e0c20f5f87
parent2a5200ab890a90e803be16b28e4c7ef86b3f678d (diff)
Fix link to Mastodon's documentation
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 774d350..4b5f6a0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,7 +1,6 @@
//! # Elefren: API Wrapper around the Mastodon API.
//!
-//! Most of the api is documented on [Mastodon's
-//! github](https://github.com/tootsuite/mastodon/blob/master/docs/Using-the-API/API.md#tag)
+//! Most of the api is documented on [Mastodon's website](https://docs.joinmastodon.org/api/)
//!
//! ```no_run
//! # extern crate elefren;