[llvm] 809d342 - fix the link to the Mozilla coding style ref
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Sat May 17 03:43:04 PDT 2025
Author: Sylvestre Ledru
Date: 2025-05-17T12:42:52+02:00
New Revision: 809d3422237ac5a123e03f14cd8559f8b4eb690b
URL: https://github.com/llvm/llvm-project/commit/809d3422237ac5a123e03f14cd8559f8b4eb690b
DIFF: https://github.com/llvm/llvm-project/commit/809d3422237ac5a123e03f14cd8559f8b4eb690b.diff
LOG: fix the link to the Mozilla coding style ref
Added:
Modified:
llvm/docs/Proposals/VariableNames.rst
Removed:
################################################################################
diff --git a/llvm/docs/Proposals/VariableNames.rst b/llvm/docs/Proposals/VariableNames.rst
index 1739695a5185f..80a86f7da0ef6 100644
--- a/llvm/docs/Proposals/VariableNames.rst
+++ b/llvm/docs/Proposals/VariableNames.rst
@@ -356,7 +356,7 @@ References
.. [Rust] Rust naming conventions https://doc.rust-lang.org/1.0.0/style/style/naming/README.html
.. [Swift] Swift API Design Guidelines https://swift.org/documentation/api-design-guidelines/#general-conventions
.. [Python] Style Guide for Python Code https://www.python.org/dev/peps/pep-0008/#function-and-variable-names
-.. [Mozilla] Mozilla Coding style: Prefixes https://firefox-source-docs.mozilla.org/tools/lint/coding-style/coding_style_cpp.html#prefixes
+.. [Mozilla] Mozilla Coding style: Prefixes https://firefox-source-docs.mozilla.org/code-quality/coding-style/coding_style_cpp.html#prefixes
.. [SVE] LLVM with support for SVE https://github.com/ARM-software/LLVM-SVE
.. [AminiInconsistent] Mehdi Amini, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130329.html
.. [ArsenaultAgree] Matt Arsenault, http://lists.llvm.org/pipermail/llvm-dev/2019-February/129934.html
More information about the llvm-commits
mailing list