Skip to content

Commit e1236a7

Browse files
docs: Fix markdown links.
1 parent 4596d94 commit e1236a7

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

docs/contributing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ possible through contributions of companies and individuals around the world.
2121
This project is managed on GitHub, and the best way to contribute is to jump in
2222
and fix/file issues.
2323

24-
https://github.com/microbit-foundation/microbit-fs
24+
[https://github.com/microbit-foundation/microbit-fs](https://github.com/microbit-foundation/microbit-fs)
2525

2626
If you're interested in working on any of these items, please file an issue
2727
and mention @microbit-carlos.
@@ -33,7 +33,8 @@ A link to the Code of Conduct will soon be added here.
3333

3434
## Bugs
3535

36-
Issue tracker: https://github.com/microbit-foundation/microbit-fs/issues
36+
Issue tracker:
37+
[https://github.com/microbit-foundation/microbit-fs/issues](https://github.com/microbit-foundation/microbit-fs/issues)
3738

3839
## Development Workflow
3940

docs/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This is the documentation for the micro:bit Filesystem library.
2525
This library can be used to add files with Python code (or any other content)
2626
into a MicroPython hex file, ready to be loaded into a micro:bit.
2727

28-
The reverse process is also provided, being able to read the files encoded in
28+
The reverse process is also supported, being able to read the files encoded in
2929
the MicroPython filesystem from a hex file.
3030

3131
As part of the micro:bit V2 release this library can also generate
@@ -37,3 +37,9 @@ to create a singe hex that can be loaded in any micro:bit board.
3737
- ⬆️ The header at the top contains a search bar
3838
- ⬅️ The menu on the left shows you the available documentation pages
3939
- ⬇️ If you'd like to contribute to the docs there is an edit link at the footer
40+
41+
## Other Documentation
42+
43+
- [MicroPython user docs page for filesystem](https://microbit-micropython.readthedocs.io/en/v1.0.1/filesystem.html)
44+
- [The micro:bit Tech Site contains general technical information about the
45+
micro:bit](https://tech.microbit.org)

docs/quick-guide.md

Lines changed: 3 additions & 1 deletion
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-fs/releases/latest)
13+
and add it to the page:
1214

1315
```html
1416
<script src="microbit-fs.umd.min.js"></script>

0 commit comments

Comments
 (0)