mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #7024 from jovielarue/fix-broken-docs-links
Fix: broken doc links
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<!-- markdownlint-disable MD041 -->
|
||||
|
||||
{{ #include ../../CODE_OF_CONDUCT.md }}
|
||||
@@ -0,0 +1,3 @@
|
||||
<!-- markdownlint-disable MD041 -->
|
||||
|
||||
{{ #include ../../DEVELOPMENT.md }}
|
||||
+3
-1
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user