From: Jonas Devlieghere Date: Wed, 24 Apr 2019 00:10:23 +0000 (+0000) Subject: [Docs] Fix link to C++ docs X-Git-Tag: llvmorg-10-init~7171 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36371d61ec8ddd13ad922845de6f4c6b95cd21f2;p=platform%2Fupstream%2Fllvm.git [Docs] Fix link to C++ docs ... and add a redirect for the old URL. llvm-svn: 359052 --- diff --git a/lldb/docs/.htaccess b/lldb/docs/.htaccess index b3c16a7..dd6f390 100644 --- a/lldb/docs/.htaccess +++ b/lldb/docs/.htaccess @@ -5,3 +5,5 @@ Redirect 301 /projects.html https://lldb.llvm.org/status/projects.html 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 diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index 27a1bc8..006f493 100644 --- a/lldb/docs/index.rst +++ b/lldb/docs/index.rst @@ -61,9 +61,8 @@ Resources API Documentation ================= +* `C++ API Documentation `_ * `Python API Documentation `_ -* `C++ API Documentation `_ - Indices and tables ==================