summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian <julian.git@mailbox.org>2020-05-05 20:53:29 +0200
committerPaul Woolcock <paul@woolcock.us>2020-05-06 16:08:55 -0400
commitb877d7983116661a60de815aa0a22762847cbe78 (patch)
treee078679f03a82fbcf8d70da8fe4e644c16047530
parent9b538fdc65e70d6b9e574366267c4743f66cbf05 (diff)
Use more suitable link to Mastodon's documentation
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4b5f6a0..4661784 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,6 @@
//! # Elefren: API Wrapper around the Mastodon API.
//!
-//! Most of the api is documented on [Mastodon's website](https://docs.joinmastodon.org/api/)
+//! Most of the api is documented on [Mastodon's website](https://docs.joinmastodon.org/client/intro/)
//!
//! ```no_run
//! # extern crate elefren;