From ce69a70a92c9f7c0346f599e104069208084e571 Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 19 Jun 2020 13:54:27 -0500 Subject: [PATCH] Update doc link --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1ffd487..d34f7c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/activitystreams-sketch" -documentation = "https://activitystreams-new.asonix.dog/activitystreams_new/" +documentation = "https://activitystreams-new.asonix.dog" readme = "README.md" keywords = ["activitystreams", "activitypub"] edition = "2018" diff --git a/src/lib.rs b/src/lib.rs index 9bbe1d4..e7579f1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -292,7 +292,7 @@ //! //! You should have received a copy of the GNU General Public License along with ActivityStreams. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/). -#![doc(html_root_url = "https://activitystreams-new.asonix.dog/activitystreams_new/")] +#![doc(html_root_url = "https://activitystreams-new.asonix.dog")] pub mod activity; pub mod actor;