docs: Switch out pkg reference link#21229
Conversation
|
The section
With the |
|
I will adjust this, thank you for the feedback |
doc: fix link
4b584c1 to
af986e2
Compare
|
Tested it locally, the reference worked correctly 👍 |
mguetschow
left a comment
There was a problem hiding this comment.
Indeed works as expected: https://ci.riot-os.org/results/37447ca4712744988a74f3f02c2fa5d5/doc-preview/group__pkg.html
Thanks for fixing!
Contribution description
Currently the pkg documentation @ https://doc.riot-os.org/group__pkg.html has a link that is supposed to point to https://doc.riot-os.org/creating-modules.html#modules-outside-of-riotbase but on the Doxygen Output it simply creates a dead (and confusing) link to https://doc.riot-os.org/src/creating-modules.html#modules-outside-of-riotbase.
Simply replacing it with the full link should cover both people using the doxygen documentation and people checking out the doc.txt itself.
Testing procedure
Issues/PRs references