From c260c0d5ba1647ffc65eafd04e466cfd0f2c2007 Mon Sep 17 00:00:00 2001 From: Udo <379915+optikfluffel@users.noreply.github.com> Date: Fri, 6 Jan 2023 23:25:28 +0100 Subject: [PATCH] Update links in README (#20) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 163011d..ec8a0a9 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ You can join the Matrix channel [#activitystreams:matrix.asonix.dog](https://mat ## How to use -To get started, have a look at the [API documentation](https://docs.rs/activitypub_federation/0.2.0/activitypub_federation/) -and [example code](https://github.com/LemmyNet/lemmy/tree/main/example/). You can also find some [ActivityPub resources in the Lemmy documentation](https://join-lemmy.org/docs/en/contributing/resources.html#activitypub-resources). +To get started, have a look at the [API documentation](https://docs.rs/activitypub_federation/latest/activitypub_federation/) +and [example code](https://github.com/LemmyNet/activitypub-federation-rust/tree/main/examples). You can also find some [ActivityPub resources in the Lemmy documentation](https://join-lemmy.org/docs/en/contributing/resources.html#activitypub-resources). If anything is unclear, please open an issue for clarification. For a more advanced implementation, take a look at the [Lemmy federation code](https://github.com/LemmyNet/lemmy/tree/main/crates/apub).