[Lldb-commits] [lldb] r359063 - [Docs] Add more redirects
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 23 18:58:17 PDT 2019
Author: jdevlieghere
Date: Tue Apr 23 18:58:17 2019
New Revision: 359063
URL: http://llvm.org/viewvc/llvm-project?rev=359063&view=rev
Log:
[Docs] Add more redirects
Found two more broken links.
Modified:
lldb/trunk/docs/.htaccess
Modified: lldb/trunk/docs/.htaccess
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/.htaccess?rev=359063&r1=359062&r2=359063&view=diff
==============================================================================
--- lldb/trunk/docs/.htaccess (original)
+++ lldb/trunk/docs/.htaccess Tue Apr 23 18:58:17 2019
@@ -5,5 +5,6 @@ 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 /features.html https://lldb.llvm.org/status/features.html
+Redirect 301 /formats.html https://lldb.llvm.org/use/formatting.html
Redirect 301 /cpp_reference/html/index.html https://lldb.llvm.org/cpp_reference/index.html
More information about the lldb-commits
mailing list