[llvm] r290187 - Fix missing '>' in docs (hopefully fixes bot error... )

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 09:43:48 PST 2016


Author: dblaikie
Date: Tue Dec 20 11:43:48 2016
New Revision: 290187

URL: http://llvm.org/viewvc/llvm-project?rev=290187&view=rev
Log:
Fix missing '>' in docs (hopefully fixes bot error... )

Modified:
    llvm/trunk/docs/ProgrammersManual.rst

Modified: llvm/trunk/docs/ProgrammersManual.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.rst?rev=290187&r1=290186&r2=290187&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Tue Dec 20 11:43:48 2016
@@ -2207,7 +2207,7 @@ following (or add it to your ``~/.gdbini
   source /path/to/llvm/src/utils/gdb-scripts/prettyprinters.py
 
 It also might be handy to enable the `print pretty
-<http://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_57.html`__ option to
+<http://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_57.html>`__ option to
 avoid data structures being printed as a big block of text.
 
 .. _common:




More information about the llvm-commits mailing list