From b877d7983116661a60de815aa0a22762847cbe78 Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 5 May 2020 20:53:29 +0200 Subject: [PATCH] Use more suitable link to Mastodon's documentation --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;