Skip to content

Commit 36dadb3

Browse files
docs: Fix URL links in markdown.
1 parent c815b78 commit 36dadb3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ into the GitHub issue tracker to see what is available. Planned features are
1616
marked with the "enhancement" label, and know issues are marked with the "bug"
1717
label.
1818

19-
https://github.com/microbit-foundation/microbit-universal-hex/issues
19+
[https://github.com/microbit-foundation/microbit-universal-hex/issues](https://github.com/microbit-foundation/microbit-universal-hex/issues)
2020

2121
If you're interested in working on any of these items, please respond to an
2222
existing issue, or file a new one, and mention @microbit-carlos.

docs/quick-guide.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ nav_order: 2
88

99
## ES5 UMD Bundle
1010

11-
Download the UMD bundle from a GitHub release and add it to the page:
11+
Download the UMD bundle from the
12+
[latest GitHub release](https://github.com/microbit-foundation/microbit-universal-hex/releases/latest)
13+
and add it to the page:
1214

1315
```html
1416
<script src="microbit-uh.umd.min.js"></script>
@@ -44,6 +46,6 @@ separatedBinaries.forEach(function (hexObj) {
4446
## npm package
4547

4648
You can integrate this library in your project using the npm package:
47-
https://www.npmjs.com/package/@microbit/microbit-universal-hex
49+
[https://www.npmjs.com/package/@microbit/microbit-universal-hex](https://www.npmjs.com/package/@microbit/microbit-universal-hex)
4850

4951
For information on how to use this library check the API documentation.

0 commit comments

Comments
 (0)