Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/coding-guidelines/clr-jit-coding-conventions.md')
-rw-r--r--docs/coding-guidelines/clr-jit-coding-conventions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/coding-guidelines/clr-jit-coding-conventions.md b/docs/coding-guidelines/clr-jit-coding-conventions.md
index 300ccfc914b..80c0602d9dc 100644
--- a/docs/coding-guidelines/clr-jit-coding-conventions.md
+++ b/docs/coding-guidelines/clr-jit-coding-conventions.md
@@ -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/formatting.md) 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/main/doc/formatting.md) for instructions on running jit-format.
# How to use this document