From a82f7e411a08216b24a9bf65bf45d86aace10178 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Fri, 28 Jun 2024 12:11:23 -0700 Subject: [PATCH] Add dotnet/designs link to docs README (#104155) * Update README.md * Update docs/README.md Co-authored-by: Jan Kotas --------- Co-authored-by: Jan Kotas --- docs/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index debc23ef00d..1c396c4992a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,9 +24,8 @@ If you want to contribute a code change to this repo, start here. Design Docs ================= -- [.NET Globalization Invariant Mode](design/features/globalization-invariant-mode.md) -- [WASM Globalization Icu](design/features/globalization-icu-wasm.md) -- Many more under [design/features](design/features/) +- Runtime feature designs under [design/features](design/features/) +- Some runtime design can be found at [dotnet/designs](https://github.com/dotnet/designs) The Book of the Runtime is a set of chapters that go in depth into various interesting aspects of the design of the .NET Framework.