Found while verifying #21 (the link text still reads correctly; only the target is off).
src/ports/common/rgbmatrix/protomatter/README.md:48:
See [`../../../../UPSTREAM`](../../../../UPSTREAM) for how this fits with
protomatter/ is five directories below the repo root (src/ports/common/rgbmatrix/protomatter), so four .. land in src/:
$ realpath -m --relative-to=. src/ports/common/rgbmatrix/protomatter/../../../../UPSTREAM
src/UPSTREAM
$ ls src/UPSTREAM
ls: cannot access 'src/UPSTREAM': No such file or directory
On GitHub the link 404s. Fix is one more ../ in both the link text and target (../../../../../UPSTREAM). Not done under #21 because that issue is scoped to the UPSTREAM:10 command only; the referencing README.md:45 and :122 links ([UPSTREAM](UPSTREAM)) resolve fine.
Found while verifying #21 (the link text still reads correctly; only the target is off).
src/ports/common/rgbmatrix/protomatter/README.md:48:protomatter/is five directories below the repo root (src/ports/common/rgbmatrix/protomatter), so four..land insrc/:On GitHub the link 404s. Fix is one more
../in both the link text and target (../../../../../UPSTREAM). Not done under #21 because that issue is scoped to theUPSTREAM:10command only; the referencing README.md:45 and :122 links ([UPSTREAM](UPSTREAM)) resolve fine.