diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-10-13 00:09:37 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-10-13 00:09:37 +0200 |
commit | 058f9d3d066c9247c61e99b376b186abda95c7c1 (patch) | |
tree | 9c8f70218233a394d8fee0561f0c53594290e8c1 | |
parent | 7cd5d5ac19d3ef58a95c1d8b338e9fcf6a131f2c (diff) |
Link to lux.h(0)
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -34,8 +34,8 @@ $ man luxget # To view documentation for the luxget(3) function ``` If you prefer to view documentation in your browser (why?), all manuals are also -available over at [my website][1]. [Here][2] is the link to view documentation -for the `luxinit(3)` function, for example. +available over at [my website][1]. [Here][2] is the link to view the manual +providing an overview of the entire library, for example. [1]: https://thomasvoss.com/man -[2]: https://thomasvoss.com/man/luxinit.3.html +[2]: https://thomasvoss.com/man/lux.h.0.html |