diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-04-24 00:10:23 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-04-24 00:10:23 +0000 |
commit | 36371d61ec8ddd13ad922845de6f4c6b95cd21f2 (patch) | |
tree | 85be4d58a5be1878b9e34c895ac414e4bc967751 | |
parent | 3ac3e9ce047450d4fa9489055ca243bcfc035bd0 (diff) | |
download | bcm5719-llvm-36371d61ec8ddd13ad922845de6f4c6b95cd21f2.tar.gz bcm5719-llvm-36371d61ec8ddd13ad922845de6f4c6b95cd21f2.zip |
[Docs] Fix link to C++ docs
... and add a redirect for the old URL.
llvm-svn: 359052
-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 ================== |