Skip to content

Commit 9635b29

Browse files
committed
[docs] Fix broken link rendering in the LLVM Coding Standards.
1 parent b8c3683 commit 9635b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/CodingStandards.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ use LLVM's streams library (raw_ostream_). More detailed information on these
9393
subjects is available in the :doc:`ProgrammersManual`.
9494

9595
For more information about LLVM's data structures and the tradeoffs they make,
96-
please consult [that section of the programmer's
97-
manual](https://llvm.org/docs/ProgrammersManual.html#picking-the-right-data-structure-for-a-task).
96+
please consult `that section of the programmer's manual
97+
<https://llvm.org/docs/ProgrammersManual.html#picking-the-right-data-structure-for-a-task>`_.
9898

9999
Guidelines for Go code
100100
----------------------

0 commit comments

Comments
 (0)