summaryrefslogtreecommitdiff
path: root/Documentation/README.md
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2015-06-03 16:02:40 -0700
committerBruce Forstall <brucefo@microsoft.com>2015-06-03 16:02:40 -0700
commitf2895fd5ffbf301a438715479ed1d55f6c2a6f39 (patch)
tree64e3c89a679cef16fff536eefaaa96fc982e2023 /Documentation/README.md
parentca2c24c993010e2e94984f829d6c14caf95fd2e2 (diff)
downloadcoreclr-f2895fd5ffbf301a438715479ed1d55f6c2a6f39.tar.gz
coreclr-f2895fd5ffbf301a438715479ed1d55f6c2a6f39.tar.bz2
coreclr-f2895fd5ffbf301a438715479ed1d55f6c2a6f39.zip
Rename JIT coding conventions doc to lower case and match other docs naming convention
Fixes bad link from README.md.
Diffstat (limited to 'Documentation/README.md')
-rw-r--r--Documentation/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index 2e7a1c1737..93b618668e 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -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