mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #7024 from jovielarue/fix-broken-docs-links
Fix: broken doc links
This commit is contained in:
commit
41ffffa2da
4 changed files with 9 additions and 1 deletions
3
docs/src/CODE_OF_CONDUCT.md
Normal file
3
docs/src/CODE_OF_CONDUCT.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!-- markdownlint-disable MD041 -->
|
||||
|
||||
{{ #include ../../CODE_OF_CONDUCT.md }}
|
3
docs/src/DEVELOPMENT.md
Normal file
3
docs/src/DEVELOPMENT.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!-- markdownlint-disable MD041 -->
|
||||
|
||||
{{ #include ../../DEVELOPMENT.md }}
|
|
@ -46,7 +46,9 @@ fn main() -> io::Result<()> {
|
|||
* [Installation](installation.md)\n\
|
||||
* [Build from source](build.md)\n\
|
||||
* [Platform support](platforms.md)\n\
|
||||
* [Contributing](contributing.md)\n\
|
||||
* [Contributing](CONTRIBUTING.md)\n\
|
||||
\t* [Development](DEVELOPMENT.md)\n\
|
||||
\t* [Code of Conduct](CODE_OF_CONDUCT.md)\n\
|
||||
* [GNU test coverage](test_coverage.md)\n\
|
||||
* [Extensions](extensions.md)\n\
|
||||
\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue