Skip to content

Commit

Permalink
Update README.md to fix broken prerequisite links (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeclements authored Nov 2, 2023
1 parent 0ca6056 commit 1a1c920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This version uses a scaled down deployment of F´ to account for the limited res

In order to run through this tutorial, users should first do the following:

1. Follow the [Hello World Tutorial](https://nasa.github.io/fprime/Tutorials/HelloWorld/Tutorial.html)
2. Ensure F´ tools have been [bootstrapped](https://nasa.github.io/fprime/Tutorials/HelloWorld/NewProject.html#bootstrapping-f)
1. Follow the [Hello World Tutorial](https://fprime-community.github.io/fprime-tutorial-hello-world/)
2. Ensure F´ tools have been [bootstrapped](https://fprime-community.github.io/fprime-tutorial-hello-world/docs/NewProject.html#bootstrapping-f)
3. Acquire and set up the appropriate [hardware](docs/hardware.md) for this tutorial
4. Follow the [arduino-cli installation guide](docs/arduino-cli-install.md)

Expand All @@ -25,4 +25,4 @@ This tutorial is composed of the following steps:
6. [Full System Integration](docs/full-integration.md)
7. [Running on Hardware](docs/running-on-hardware.md)

### First Step: [Project Setup](./docs/project-setup.md)
### First Step: [Project Setup](./docs/project-setup.md)

0 comments on commit 1a1c920

Please sign in to comment.