diff options
author | Sylvestre Ledru <sledru@mozilla.com> | 2019-12-24 13:38:59 +0100 |
---|---|---|
committer | Sylvestre Ledru <sledru@mozilla.com> | 2019-12-24 13:39:22 +0100 |
commit | 2026d7b80a1a5534b5e263683c85aa95e7593b98 (patch) | |
tree | 2f484c17eb3e7bbbb233e356fb3d9ca47c1ecfad | |
parent | 95b69a7082ab9b4f6d379d06c5238acf74c39f2a (diff) | |
download | bcm5719-llvm-2026d7b80a1a5534b5e263683c85aa95e7593b98.tar.gz bcm5719-llvm-2026d7b80a1a5534b5e263683c85aa95e7593b98.zip |
VariableName doc: fix the link to the mozilla doc
-rw-r--r-- | llvm/docs/Proposals/VariableNames.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Proposals/VariableNames.rst b/llvm/docs/Proposals/VariableNames.rst index 29aee95a865..3e07fc5606d 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://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style#Prefixes +.. [Mozilla] Mozilla Coding style: Prefixes https://firefox-source-docs.mozilla.org/tools/lint/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 |