From 7885e515998888b94d7239f91ec335e0fbcdf0e5 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Tue, 11 Apr 2023 22:07:05 +0200 Subject: [PATCH] Fix docs link in readme to point to latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a30a3..6e4adae 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ While Activitypub is not in widespread use yet, is has the potential to form the - **Censorship resistance**: Current social media platforms are under the control of a few corporations and are actively being censored as revealed by the [Twitter Files](https://jordansather.substack.com/p/running-list-of-all-twitter-files). This would be much more difficult on a federated network, as it would require the cooperation of every single instance administrator. Additionally, users who are affected by censorship can create their own websites and stay connected with the network. - **Low barrier to entry**: All it takes to host a federated website are a small server, a domain and a TLS certificate. All of this is easily in the reach of individual hobbyists. There is also some technical knowledge needed, but this can be avoided with managed hosting platforms. -[Visit the documentation](https://docs.rs/activitypub_federation/0.3.5/activitypub_federation/) for a full guide that explains how to create a federated project from scratch. +[Visit the documentation](https://docs.rs/activitypub_federation) for a full guide that explains how to create a federated project from scratch. Feel free to open an issue if you have any questions regarding this crate. You can also join the Matrix channel [#activitystreams](https://matrix.to/#/%23activitystreams:matrix.asonix.dog) for discussion about Activitypub in Rust. Additionally check out [Socialhub forum](https://socialhub.activitypub.rocks/) for general ActivityPub development.