Skip to content

Commit c674d59

Browse files
committed
Update links to be absolute in README.md
1 parent bdeb2d8 commit c674d59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# runestone-lib
22

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magiceden-oss/runestone-lib",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)