From bc908309d5b2d14a6d76debc792ad9e284d13782 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Thu, 27 Aug 2026 22:32:12 +0200 Subject: [PATCH] Docs: update to the new TestableIO location Per request of the maintainer. --- README.md | 8 ++++---- docs/index.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ba9969f..716c2c3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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/ @@ -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 \ No newline at end of file +[testable-io.system.io.abstractions]: https://github.com/TestableIO/System.IO.Abstractions diff --git a/docs/index.md b/docs/index.md index 52ee02e..c44c0db 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 \ No newline at end of file +[testable-io.system.io.abstractions]: https://github.com/jeppevammenkristensen/TruePath.TestableIO.System.IO