mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
Merge pull request #4051 from tertsdiepraam/docs-url-update
Fix links to documentation after moving them
This commit is contained in:
commit
96721a0b1e
2 changed files with 6 additions and 6 deletions
|
@ -3,11 +3,11 @@ Documentation
|
||||||
|
|
||||||
The source of the documentation is available on:
|
The source of the documentation is available on:
|
||||||
|
|
||||||
https://uutils.github.io/coreutils-docs/coreutils/
|
https://uutils.github.io/dev/coreutils/
|
||||||
|
|
||||||
The documentation is updated everyday on this repository:
|
The documentation is updated everyday on this repository:
|
||||||
|
|
||||||
https://github.com/uutils/coreutils-docs
|
https://github.com/uutils/uutils.github.io/
|
||||||
|
|
||||||
Running GNU tests
|
Running GNU tests
|
||||||
-----------------
|
-----------------
|
||||||
|
|
|
@ -37,11 +37,11 @@ writing cross-platform code.
|
||||||
## Documentation
|
## Documentation
|
||||||
uutils has both user and developer documentation available:
|
uutils has both user and developer documentation available:
|
||||||
|
|
||||||
- [User Manual](https://uutils.github.io/coreutils-docs/user/)
|
- [User Manual](https://uutils.github.io/user/)
|
||||||
- [Developer Documentation](https://uutils.github.io/coreutils-docs/dev/coreutils/)
|
- [Developer Documentation](https://uutils.github.io/dev/coreutils/)
|
||||||
|
|
||||||
Both can also be generated locally, the instructions for that can be found in the
|
Both can also be generated locally, the instructions for that can be found in the
|
||||||
[coreutils docs](https://github.com/uutils/coreutils-docs) repository.
|
[coreutils docs](https://github.com/uutils/uutils.github.io) repository.
|
||||||
|
|
||||||
<!-- ANCHOR: build (this mark is needed for mdbook) -->
|
<!-- ANCHOR: build (this mark is needed for mdbook) -->
|
||||||
## Requirements
|
## Requirements
|
||||||
|
@ -349,7 +349,7 @@ $ make UTILS='UTILITY_1 UTILITY_2' RUNTEST_ARGS='-v' busytest
|
||||||
|
|
||||||
Below is the evolution of how many GNU tests uutils passes. A more detailed
|
Below is the evolution of how many GNU tests uutils passes. A more detailed
|
||||||
breakdown of the GNU test results of the main branch can be found
|
breakdown of the GNU test results of the main branch can be found
|
||||||
[in the user manual](https://uutils.github.io/coreutils-docs/user/test_coverage.html).
|
[in the user manual](https://uutils.github.io/user/test_coverage.html).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue