Skip to content

Commit

Permalink
Fix broken references
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrawlinson committed May 7, 2024
1 parent b83c90c commit 43dba7d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,7 @@ In future events, we will reuse the base part and maintain compatibility in soft
- Keyboard

[matrix]: https://matrix.to/#/#badge:emfcamp.org
[using-the-badge]: "./using-the-badge"
[tildagonos-apps]: "./tildagonos-apps"
[hexpansions]: "./hexpansions"
[tildagonos-firmware]: "./tildagonos-firmware"
4 changes: 2 additions & 2 deletions docs/tildagonos-apps/how-to-write-a-tildagon-os-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This guide will help you write an "Hello, World" app for the Tildagon badge.

<div class="grid cards" markdown>

- [Tildagon OS Programming Interface Reference](./reference)
- [Interfacing with badge hardware](./guides/using-badge-hardware)
- [Tildagon OS Programming Interface Reference](./reference.md)
- [Interfacing with badge hardware](./guides/using-badge-hardware.md)
- [Using the badge simulator][simulator]

</div>
Expand Down
3 changes: 2 additions & 1 deletion docs/tildagonos-apps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can use most micropython libraries, and for some functionality we provide
abstractions - for example, a semantic interface to the buttons, so that your
app uses a consistent button interface to other apps.

For more info check out our [Getting Started guide](./how-to-write-a-tildagon-os-app).
For more info check out our [Getting Started guide][app-getting-started].

## Publishing your app

Expand All @@ -28,3 +28,4 @@ repository and make sure it's accompanied with an app manifest. Tag your repo wi
the `tildagon-app` tag, and the app store will pick it up within about 10 minutes.

[simulator]: https://github.com/emfcamp/badge-2024-software/tree/main/sim
[app-getting-started]: ./how-to-write-a-tildagon-os-app.md
2 changes: 1 addition & 1 deletion docs/tildagonos-firmware/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ A few ways you can get involved:
[badge-2024-software]: https://www.github.com/emfcamp/badge-2024-software
[badge-2024-documentation]: https://www.github.com/emfcamp/badge-2024-documentation
[badge-2024-app-store]: https://www.github.com/emfcamp/badge-2024-app-store
[badge-tent-volunteering]: ./badge-tent-volunteering
[badge-tent-volunteering]: ./badge-tent-volunteering.md
2 changes: 1 addition & 1 deletion docs/using-the-badge/end-user-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![A hexagonal camp badge, with three smaller hexagonal PCBs containing breakout
pins peaking out from the edges, and a screen showing
@emfcamp](/images/badge-photos/badge-with-screen.jpg "Tildagon with attached
@emfcamp](../images/badge-photos/badge-with-screen.jpg "Tildagon with attached
Hexpansions and screen")

The Tildagon is a badge that you can wear around your neck. It has a round screen, six buttons, and lots of colourful LEDs. It has a USB-C connector, WiFi, and a battery. It can run MicroPython, and has six hexpansion connectors.
Expand Down

0 comments on commit 43dba7d

Please sign in to comment.