Skip to content

Commit d9bced3

Browse files
committed
Changed links
1 parent 5b20343 commit d9bced3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1780,12 +1780,12 @@ One of the example projects builds firmware for the RP2040-W5500 board, so
17801780
let's flash it using a `curl` command and a saved API key. The best way is
17811781
to add a Makefile target for testing, and let Github Actions (our software CI)
17821782
call it:
1783-
[.github/workflows/test.yml](https://github.com/cpq/bare-metal-programming-guide/blob/8d419f5e7718a8dcacad2ddc2f899eb75f64271e/.github/workflows/test.yml#L18)
1783+
https://github.com/cpq/bare-metal-programming-guide/blob/8d419f5e7718a8dcacad2ddc2f899eb75f64271e/.github/workflows/test.yml#L18
17841784
17851785
Note that we pass a `VCON_API_KEY` environment variable to `make`. Also note
17861786
that we're invoking `test` Makefile target, which should build and test our
17871787
firmware. Here is the `test` Makefile target:
1788-
[step-7-webserver/pico-w5500/Makefile](https://github.com/cpq/bare-metal-programming-guide/blob/4fd72e67c380e3166a25c27b47afb41d431f84b9/step-7-webserver/pico-w5500/Makefile#L32-L37)
1788+
https://github.com/cpq/bare-metal-programming-guide/blob/4fd72e67c380e3166a25c27b47afb41d431f84b9/step-7-webserver/pico-w5500/Makefile#L32-L37
17891789
17901790
Explanation:
17911791
- line 34: The `test` target depends on `build`, so we always build firmware

0 commit comments

Comments
 (0)