From 232e32a272e5638d72802075fafb629eff7a3458 Mon Sep 17 00:00:00 2001 From: Alex Kindle Date: Mon, 27 Nov 2023 14:18:53 -0500 Subject: [PATCH] Fix dead link tests moved from src/ to test/ --- doc/extensibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/extensibility.md b/doc/extensibility.md index 659c173bf..ddee38474 100644 --- a/doc/extensibility.md +++ b/doc/extensibility.md @@ -129,7 +129,7 @@ This formatter is compatible with remote systems that use `SystemTextJsonFormatt The remote party must also use the same message handler, such as `HeaderDelimitedMessageHandler`. [MessagePackLibrary]: https://github.com/neuecc/MessagePack-CSharp -[MessagePackUsage]: ../src/StreamJsonRpc.Tests/MessagePackFormatterTests.cs +[MessagePackUsage]: ../test/StreamJsonRpc.Tests/MessagePackFormatterTests.cs [MessagePackFormat]: https://msgpack.org/ [SystemTextJson]: https://learn.microsoft.com/dotnet/standard/serialization/system-text-json/overview [spec]: https://www.jsonrpc.org/specification