From 3606b1bcd38f07de922d53707a22e5fc2be338cb Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Tue, 16 Jan 2024 20:01:55 +0100 Subject: [PATCH] Fix links to documentation --- CHANGES.md | 2 +- README.md | 4 ++-- examples/advanced_usage/send_rich_text.py | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d65655ce..5ff3973d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -33,7 +33,7 @@ Abstract and in-memory caching has been brought too. And as always, it provides both sync and async interfaces. Check the docs below! -**🌐 [Identity resolvers for DID and Handle](https://atproto.blue/en/latest/atproto_identity/identity.html)** +**🌐 [Identity resolvers for DID and Handle](https://atproto.blue/en/latest/atproto_identity/index.html)** ## Version 0.0.35 diff --git a/README.md b/README.md index b9996f39..7040ec7b 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ if __name__ == '__main__': 🍿 [Example project with custom feed generator](https://github.com/MarshalX/bluesky-feed-generator) -🔥 [Firehose data streaming is available](https://atproto.blue/en/latest/firehose.html) +🔥 [Firehose data streaming is available](https://atproto.blue/en/latest/atproto_firehose/index.html) -🌐 [Identity resolvers for DID and Handle](https://atproto.blue/en/latest/atproto_identity/identity.html) +🌐 [Identity resolvers for DID and Handle](https://atproto.blue/en/latest/atproto_identity/index.html) ### Introduction diff --git a/examples/advanced_usage/send_rich_text.py b/examples/advanced_usage/send_rich_text.py index b3dedfe5..dd0b8017 100644 --- a/examples/advanced_usage/send_rich_text.py +++ b/examples/advanced_usage/send_rich_text.py @@ -1,7 +1,8 @@ from atproto import Client, models # To send links as "link card" or "quote post" look at the send_embed.py example. -# There is a helper class TextBuilder that helps construct rich text: https://atproto.blue/en/latest/text_builder.html +# There is a helper class TextBuilder +# that helps construct rich text: https://atproto.blue/en/latest/atproto_client/utils/text_builder.html def main() -> None: