[llvm] 9635b29 - [docs] Fix broken link rendering in the LLVM Coding Standards.
Frederic Cambus via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 21 02:13:07 PDT 2021
Author: Frederic Cambus
Date: 2021-10-21T11:12:33+02:00
New Revision: 9635b2951da18ade951341f7ec6b9a7b8eb7cba3
URL: https://github.com/llvm/llvm-project/commit/9635b2951da18ade951341f7ec6b9a7b8eb7cba3
DIFF: https://github.com/llvm/llvm-project/commit/9635b2951da18ade951341f7ec6b9a7b8eb7cba3.diff
LOG: [docs] Fix broken link rendering in the LLVM Coding Standards.
Added:
Modified:
llvm/docs/CodingStandards.rst
Removed:
################################################################################
diff --git a/llvm/docs/CodingStandards.rst b/llvm/docs/CodingStandards.rst
index 57d148df89f8..d0c737f21fff 100644
--- a/llvm/docs/CodingStandards.rst
+++ b/llvm/docs/CodingStandards.rst
@@ -93,8 +93,8 @@ use LLVM's streams library (raw_ostream_). More detailed information on these
subjects is available in the :doc:`ProgrammersManual`.
For more information about LLVM's data structures and the tradeoffs they make,
-please consult [that section of the programmer's
-manual](https://llvm.org/docs/ProgrammersManual.html#picking-the-right-data-structure-for-a-task).
+please consult `that section of the programmer's manual
+<https://llvm.org/docs/ProgrammersManual.html#picking-the-right-data-structure-for-a-task>`_.
Guidelines for Go code
----------------------
More information about the llvm-commits
mailing list