1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

Add dotnet/designs link to docs README (#104155)

* Update README.md

* Update docs/README.md

Co-authored-by: Jan Kotas <jkotas@microsoft.com>

---------

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
This commit is contained in:
Rich Lander 2024-06-28 12:11:23 -07:00 committed by GitHub
parent 75b2501eb5
commit a82f7e411a
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -24,9 +24,8 @@ If you want to contribute a code change to this repo, start here.
Design Docs Design Docs
================= =================
- [.NET Globalization Invariant Mode](design/features/globalization-invariant-mode.md) - Runtime feature designs under [design/features](design/features/)
- [WASM Globalization Icu](design/features/globalization-icu-wasm.md) - Some runtime design can be found at [dotnet/designs](https://github.com/dotnet/designs)
- Many more under [design/features](design/features/)
The Book of the Runtime is a set of chapters that go in depth into various 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. interesting aspects of the design of the .NET Framework.