Skip to content

Commit

Permalink
Fix links to documentation (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Jan 16, 2024
1 parent fff18f1 commit 2e759b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion examples/advanced_usage/send_rich_text.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2e759b7

Please sign in to comment.