1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 01:50:53 +09:00

Rename JIT coding conventions doc to lower case and match other docs naming convention

Fixes bad link from README.md.


Commit migrated from f2895fd5ff
This commit is contained in:
Bruce Forstall 2015-06-03 16:02:40 -07:00
parent a59d6a337b
commit 01f9acfd0e
2 changed files with 1 additions and 1 deletions

View file

@ -31,7 +31,7 @@ Coding Guidelines
=================
- [CLR Coding Guide](clr-code-guide.md)
- [CLR JIT Coding Conventions](clr_jit_coding_conventions.md)
- [CLR JIT Coding Conventions](clr-jit-coding-conventions.md)
- [Cross Platform Performance and Eventing Design](cross-platform-performance-and-eventing.md)
Build CoreCLR from Source