fix: use new urls

This commit is contained in:
decentral1se 2022-11-17 19:07:20 +01:00
parent 9981b64bb2
commit 7024797e0f
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ use crate::{error::GolgiError, messages::SsbMessageValue, sbot::Sbot, utils};
pub use kuska_ssb::api::dto::content::{SubsetQuery, SubsetQueryOptions};
impl Sbot {
/// Make a subset query, as defined by the [Subset replication for SSB specification](https://github.com/ssb-ngi-pointer/ssb-subset-replication-spec).
/// Make a subset query, as defined by the [Subset replication for SSB specification](https://github.com/ssbc/ssb-subset-replication-spec).
///
/// Calls the `partialReplication. getSubset` RPC method.
///

View File

@ -15,7 +15,7 @@
//! API for interacting with an sbot instance and uses the
//! [kuska-ssb](https://github.com/Kuska-ssb) libraries to make RPC calls.
//! Development efforts are currently oriented towards
//! [go-sbot](https://github.com/cryptoscope/ssb) interoperability.
//! [go-sbot](https://github.com/ssbc/go-ssb) interoperability.
//!
//! ## Features
//!