From 7024797e0fcb59b7aadaef11619d20267857e117 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 17 Nov 2022 19:07:20 +0100 Subject: [PATCH] fix: use new urls --- src/api/get_subset.rs | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/get_subset.rs b/src/api/get_subset.rs index 275bfda..55224e9 100644 --- a/src/api/get_subset.rs +++ b/src/api/get_subset.rs @@ -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. /// diff --git a/src/lib.rs b/src/lib.rs index 578d3c5..bf24ac9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 //!