[Lldb-commits] [lldb] r359052 - [Docs] Fix link to C++ docs
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 23 17:10:23 PDT 2019
Author: jdevlieghere
Date: Tue Apr 23 17:10:23 2019
New Revision: 359052
URL: http://llvm.org/viewvc/llvm-project?rev=359052&view=rev
Log:
[Docs] Fix link to C++ docs
... and add a redirect for the old URL.
Modified:
lldb/trunk/docs/.htaccess
lldb/trunk/docs/index.rst
Modified: lldb/trunk/docs/.htaccess
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/.htaccess?rev=359052&r1=359051&r2=359052&view=diff
==============================================================================
--- lldb/trunk/docs/.htaccess (original)
+++ lldb/trunk/docs/.htaccess Tue Apr 23 17:10:23 2019
@@ -5,3 +5,5 @@ Redirect 301 /projects.html https://lldb
Redirect 301 /goals.html https://lldb.llvm.org/status/goals.html
Redirect 301 /varformats.html https://lldb.llvm.org/use/variable.html
Redirect 301 /architecture/index.html https://lldb.llvm.org/use/architecture.html
+Redirect 301 /architecture/index.html https://lldb.llvm.org/use/architecture.html
+Redirect 301 /cpp_reference/html/index.html https://lldb.llvm.org/cpp_reference/index.html
Modified: lldb/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/index.rst?rev=359052&r1=359051&r2=359052&view=diff
==============================================================================
--- lldb/trunk/docs/index.rst (original)
+++ lldb/trunk/docs/index.rst Tue Apr 23 17:10:23 2019
@@ -61,9 +61,8 @@ Resources
API Documentation
=================
+* `C++ API Documentation <https://lldb.llvm.org/cpp_reference/index.html>`_
* `Python API Documentation <https://lldb.llvm.org/python_reference/index.html>`_
-* `C++ API Documentation <https://lldb.llvm.org/cpp_reference/html/index.html>`_
-
Indices and tables
==================
More information about the lldb-commits
mailing list