From bb5d8386735af423e6da0b386aaf90468552ac72 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 15 Jun 2022 12:50:31 +0200 Subject: [PATCH] Add readme link to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 665b6f3..8a4f14f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A high-level framework for [ActivityPub](https://www.w3.org/TR/activitypub/) fed ## How to use -To get started, have a look at the example. 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). +To get started, have a look at the [API documentation](https://docs.rs/activitypub_federation/0.2.0/activitypub_federation/) and example code. 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). ## Roadmap