[docs] Fix up a broken link.
authorSean Silva <chisophugis@gmail.com>
Sat, 9 Jul 2016 23:08:14 +0000 (23:08 +0000)
committerSean Silva <chisophugis@gmail.com>
Sat, 9 Jul 2016 23:08:14 +0000 (23:08 +0000)
llvm-svn: 275002

llvm/docs/ProgrammersManual.rst

index 902d461..8a8268c 100644 (file)
@@ -480,7 +480,7 @@ The ``function_ref`` class template
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The ``function_ref``
-(`doxygen <http://llvm.org/doxygen/classllvm_1_1function_ref.html>`__) class
+(`doxygen <http://llvm.org/docs/doxygen/html/classllvm_1_1function__ref_3_01Ret_07Params_8_8_8_08_4.html>`__) class
 template represents a reference to a callable object, templated over the type
 of the callable. This is a good choice for passing a callback to a function,
 if you don't need to hold onto the callback after the function returns. In this