Update doc link
This commit is contained in:
parent
4f77317bef
commit
ce69a70a92
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
authors = ["asonix <asonix@asonix.dog>"]
|
authors = ["asonix <asonix@asonix.dog>"]
|
||||||
repository = "https://git.asonix.dog/asonix/activitystreams-sketch"
|
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"
|
readme = "README.md"
|
||||||
keywords = ["activitystreams", "activitypub"]
|
keywords = ["activitystreams", "activitypub"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -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/).
|
//! 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 activity;
|
||||||
pub mod actor;
|
pub mod actor;
|
||||||
|
|
Loading…
Reference in a new issue