diff options
-rw-r--r-- | lldb/docs/.htaccess | 2 | ||||
-rw-r--r-- | lldb/docs/index.rst | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lldb/docs/.htaccess b/lldb/docs/.htaccess index b3c16a79542..dd6f390e5cd 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 27a1bc80e6e..006f493d77d 100644 --- a/lldb/docs/index.rst +++ b/lldb/docs/index.rst @@ -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 ================== |