Update branch, docs link

This commit is contained in:
asonix 2020-06-19 13:39:38 -05:00
parent e5c97f4ea9
commit d5090fc1bb
2 changed files with 7 additions and 4 deletions

View file

@ -11,8 +11,8 @@ _This crate provides Ext1, Ext2, Ext3, and Ext4 for adding extensions to Activit
First, add ActivityStreams to your dependencies First, add ActivityStreams to your dependencies
```toml ```toml
[dependencies] [dependencies]
activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch" } activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch", branch = "main" }
activitystreams-ext = { git = "https://git.asonix.dog/asonix/activitystreams-ext" } activitystreams-ext = { git = "https://git.asonix.dog/asonix/activitystreams-ext", branch = "main" }
``` ```
For an example, we'll implement a PublicKey extension and demonstrate usage with Ext1 For an example, we'll implement a PublicKey extension and demonstrate usage with Ext1

View file

@ -11,8 +11,8 @@
//! First, add ActivityStreams to your dependencies //! First, add ActivityStreams to your dependencies
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch" } //! activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch", branch = "main" }
//! activitystreams-ext = { git = "https://git.asonix.dog/asonix/activitystreams-ext" } //! activitystreams-ext = { git = "https://git.asonix.dog/asonix/activitystreams-ext", branch = "main" }
//! ``` //! ```
//! //!
//! For an example, we'll implement a PublicKey extension and demonstrate usage with Ext1 //! For an example, we'll implement a PublicKey extension and demonstrate usage with Ext1
@ -89,6 +89,9 @@
//! Ok(()) //! Ok(())
//! } //! }
//! ``` //! ```
#![doc(html_root_url = "https://activitystreams-ext.asonix.dog/activitystreams_ext/")]
use activitystreams_new::{ use activitystreams_new::{
base::{Base, Extends}, base::{Base, Extends},
unparsed::{UnparsedMut, UnparsedMutExt}, unparsed::{UnparsedMut, UnparsedMutExt},