Update Jit formatting link (dotnet/coreclr#27171)
authorBen Adams <thundercat@illyriad.co.uk>
Sun, 13 Oct 2019 23:01:24 +0000 (00:01 +0100)
committerJan Kotas <jkotas@microsoft.com>
Sun, 13 Oct 2019 23:01:24 +0000 (16:01 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/b415b57a15b0c6ba77e63df901823bb46b8aafda

docs/coreclr/coding-guidelines/clr-jit-coding-conventions.md

index 4873e1f274888d326a7e806870c2171749ec6c7a..4058726414ba843d30b4eece4936425af2a5e8d3 100644 (file)
@@ -16,7 +16,7 @@ Note that these conventions are different from the CLR C++ Coding Conventions, d
 
 > Note: the JIT currently doesn't follow some of these conventions very widely. The non-conformant code should be updated, eventually.
 
-> Note: we now use jit-format to format our code. All changes it makes supersede the conventions in this doc. Please see the [jit-format documentation](https://github.com/dotnet/jitutils/blob/master/doc/getstarted.md#formatting-jit-source) for instructions on running jit-format.
+> Note: we now use jit-format to format our code. All changes it makes supersede the conventions in this doc. Please see the [jit-format documentation](https://github.com/dotnet/jitutils/blob/master/doc/formatting.md) for instructions on running jit-format.
 
 # How to use this document