Fix missing '>' in docs (hopefully fixes bot error... )
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 20 Dec 2016 17:43:48 +0000 (17:43 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 20 Dec 2016 17:43:48 +0000 (17:43 +0000)
llvm-svn: 290187

llvm/docs/ProgrammersManual.rst

index 6f136ce..ffc022e 100644 (file)
@@ -2207,7 +2207,7 @@ following (or add it to your ``~/.gdbinit``)::
   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: