Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Packages

TruePath provides two NuGet packages:
- [**TruePath**][nuget.true-path] for the main path abstractions,
- [**TruePath.SystemIo**][nuget.true-path.system-io] for the `System.IO` integration.
- [**TruePath.SystemIo**][nuget.true-path.system-io] for the `System.IO` integration.

A third-party package, [**TruePath.TestableIO.System.IO**][nuget.true-path.testableio.system-io], adds [TestableIO.System.IO.Abstractions][testable-io.system.io.abstractions] integration on top of TruePath.

Documentation
Expand All @@ -58,7 +58,7 @@ The license indication in the project's sources is compliant with the [REUSE spe
[docs.true-path.system-io]: https://fornever.github.io/TruePath/api/TruePath.SystemIo.html
[docs.true-path]: https://fornever.github.io/TruePath/api/TruePath.html
[docs]: https://fornever.github.io/TruePath
[github.true-path.testable-io]: https://github.com/jeppevammenkristensen/FileBasedApp.Toolkit/blob/main/Source/TruePath.TestableIO.System.IO/README.md
[github.true-path.testable-io]: https://github.com/jeppevammenkristensen/TruePath.TestableIO.System.IO
[issues]: https://github.com/ForNeVeR/TruePath/issues
[java.path]: https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/nio/file/Path.html
[kotlin.path]: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io.path/java.nio.file.-path/
Expand All @@ -70,4 +70,4 @@ The license indication in the project's sources is compliant with the [REUSE spe
[nuget.true-path]: https://www.nuget.org/packages/TruePath
[reuse.spec]: https://reuse.software/spec-3.3/
[status-ventis]: https://img.shields.io/badge/status-ventis-yellow.svg
[testable-io.system.io.abstractions]: https://github.com/TestableIO/System.IO.Abstractions
[testable-io.system.io.abstractions]: https://github.com/TestableIO/System.IO.Abstractions
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ To convert the path to the canonical form, use `AbsolutePath::Canonicalize`.
[nuget.true-path.system-io]: https://www.nuget.org/packages/TruePath.SystemIo
[nuget.true-path.testable-io.system-io]: https://www.nuget.org/packages/TruePath.TestableIO.System.IO/
[nuget.true-path]: https://www.nuget.org/packages/TruePath
[testable-io.system.io.abstractions]: https://github.com/TestableIO/System.IO.Abstractions
[testable-io.system.io.abstractions]: https://github.com/jeppevammenkristensen/TruePath.TestableIO.System.IO
Loading