Skip to content

Commit

Permalink
Update links to be absolute in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
summraznboi committed Apr 24, 2024
1 parent bdeb2d8 commit c674d59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# runestone-lib

This is a Typescript implementation of the Bitcoin Runestone protocol.
To see the original version, please go to the [Ordinals repo](/ordinals/ord);
you can find various [data structures](/ordinals/ord/tree/master/crates/ordinals/src) and
[indexer implementation](/ordinals/ord/blob/master/src/index/updater/rune_updater.rs) there.
To see the original version, please go to the [Ordinals repo](https://github.com/ordinals/ord);
you can find various [data structures](https://github.com/ordinals/ord/tree/master/crates/ordinals/src) and
[indexer implementation](https://github.com/ordinals/ord/blob/master/src/index/updater/rune_updater.rs) there.
General documentation of the runes protocol and how runestones are used can be found
[here](https://docs.ordinals.com/runes.html).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magiceden-oss/runestone-lib",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c674d59

Please sign in to comment.