rust-embedded / discovery-mb2

Rust Discovery Book for BBC micro::bit v2
Apache License 2.0
5 stars 3 forks source link

fixed a few more references still pointing to chapter "08" instead of "05" #5

Closed mr-threepwood closed 1 month ago

mr-threepwood commented 1 month ago

Found a few more outdated references that seem to have slipped through the tool. Those should be all fixed by this commit as search&replace did not yield any results for any other subsection in chapter 05 (meet your software). :nerd_face:

BartMassey commented 1 month ago

Thanks much! Yeah, turns out the tool only checks references that are hyperlinks: more work is needed. Appreciate your help.