Skip to content

Commit

Permalink
fix: 🐛 Update examples in Versia Links
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Dec 10, 2024
1 parent 963672a commit 83a0050
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/links/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ Versia Links are a way to reference entities in the Versia Protocol, in a way th

<Col sticky>
``` {{ title: "Viewing a user profile" }}
web+versia://bob.social/users/alice
web+versia://users/bob.social/alice
```

``` {{ title: "Viewing a note" }}
web+versia://jimbob.com/notes/01902e09-0f8b-72de-8ee3-9afc0cf5eae1
web+versia://notes/jimbob.com/01902e09-0f8b-72de-8ee3-9afc0cf5eae1
```

``` {{ title: "Replying to a note" }}
web+versia://bob.social/reply/01902e09-0f8b-72de-8ee3-9afc0cf5eae1
web+versia://reply/bob.social/01902e09-0f8b-72de-8ee3-9afc0cf5eae1
```
</Col>
</Row>
Expand Down

0 comments on commit 83a0050

Please sign in to comment.