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;