diff --git a/Directory.Build.props b/Directory.Build.props
index 5e12ca8e7..6c7eaad50 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -27,7 +27,7 @@
embedded
- https://github.com/Microsoft/vs-streamjsonrpc
+ https://microsoft.github.io/vs-streamjsonrpc/
Microsoft
Microsoft
© Microsoft Corporation. All rights reserved.
diff --git a/src/StreamJsonRpc/README.md b/src/StreamJsonRpc/README.md
index 297851f07..a435cb07f 100644
--- a/src/StreamJsonRpc/README.md
+++ b/src/StreamJsonRpc/README.md
@@ -1,7 +1,5 @@
# StreamJsonRpc
-[](https://codecov.io/gh/Microsoft/vs-streamjsonrpc)
-
StreamJsonRpc is a cross-platform, .NET portable library that implements the
[JSON-RPC][JSONRPC] wire protocol.
@@ -12,10 +10,10 @@ Bonus features beyond the JSON-RPC spec include:
1. Request cancellation
1. .NET Events as notifications
1. Dynamic client proxy generation
-1. Support for [compact binary serialization](https://github.com/microsoft/vs-streamjsonrpc/blob/main/doc/extensibility.md) via MessagePack
+1. Support for [compact binary serialization](https://microsoft.github.io/vs-streamjsonrpc/docs/extensibility.html) via MessagePack
1. Pluggable architecture for custom message handling and formatting.
-Learn about the use cases for JSON-RPC and how to use this library from our [documentation](https://github.com/microsoft/vs-streamjsonrpc/blob/main/doc/index.md).
+Learn about the use cases for JSON-RPC and how to use this library from our [documentation](https://microsoft.github.io/vs-streamjsonrpc/docs/getting-started.html).
## Compatibility