LLVM tutorial: fix broken links/anchors
[oota-llvm.git] / docs / tutorial / LangImpl5.rst
index 978bdcbb125248f6df847fe57e2235b93049cd31..d916f92bf99e99214d2f9982b8dd930a2051cdf8 100644 (file)
@@ -214,7 +214,7 @@ Kaleidoscope looks like this:
 To visualize the control flow graph, you can use a nifty feature of the
 LLVM '`opt <http://llvm.org/cmds/opt.html>`_' tool. If you put this LLVM
 IR into "t.ll" and run "``llvm-as < t.ll | opt -analyze -view-cfg``", `a
-window will pop up <../ProgrammersManual.html#ViewGraph>`_ and you'll
+window will pop up <../ProgrammersManual.html#viewing-graphs-while-debugging-code>`_ and you'll
 see this graph:
 
 .. figure:: LangImpl5-cfg.png