Skip to content

Commit 202319f

Browse files
committed
fix: Bot edit and corrected wrong link
1 parent 29a78a1 commit 202319f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/content/4.integrations/1.atmosphere.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For more details refer to the official ATProto docs [here](https://atproto.com/g
4141

4242
### OAuth
4343

44-
Access to any ATProto affiliated entity requires an authenticated web presence which is achieved via OAuth verification. OAuth is strictly necessary to ensure user identities are securely authenticated against their respective PDS without exposing credentials to _npmx.dev_ directly.
44+
Access to any ATProto affiliated entity requires an authenticated web presence which is achieved through OAuth verification. OAuth is strictly necessary to ensure user identities are securely authenticated against their respective PDS without exposing credentials to _npmx.dev_ directly.
4545

4646
> OAuth is the primary mechanism in atproto for clients to make authorized requests to PDS instances.
4747
@@ -59,7 +59,7 @@ This is the glue that makes _npmx.dev_ data understandable to other ATProto apps
5959

6060
> Lexicon is a schema definition language used to describe atproto records, HTTP endpoints (XRPC), and event stream messages.
6161
62-
For the _npmx.dev_ specific implementation you can see them in the repo [here](https://atproto.com/specs/lexicon) and as they become more fixed we will publish their accompanying schemas.
62+
For the _npmx.dev_ specific implementation you can see them in the repo [here](https://github.com/npmx-dev/npmx.dev/tree/main/lexicons) and as they become more fixed we will publish their accompanying schemas.
6363

6464
For more details refer to the official ATProto docs [here](https://atproto.com/specs/lexicon).
6565

@@ -81,7 +81,7 @@ For more details refer to the official Standard Site [here](https://standard.sit
8181

8282
### Bluesky Social Graph
8383

84-
We actively consume the Bluesky App View to integrate social interactions directly into the user experience. This allows us to utilize those events to display `Posts/Comments/Threads` on our blog posts, add likes to packages, and more. We hope to one day attach relevant articles to packages such as those by the author and see `likes` or `reposts` on technical articles, all without having to leave the _npmx.dev_ environment.
84+
We actively consume the Bluesky App View via Constellation to index and surface social interactions directly into the user experience. This allows us to utilize those events to display `Posts/Comments/Threads` on our blog posts, add likes to packages, and more. We hope to one day attach relevant articles to packages such as those by the author and see `likes` or `reposts` on technical articles, all without having to leave the _npmx.dev_ environment.
8585

8686
---
8787

0 commit comments

Comments
 (0)