Author: jdevlieghere Date: Mon May 6 14:28:01 2019 New Revision: 360083 URL: http://llvm.org/viewvc/llvm-project?rev=360083&view=rev Log: [Docs] Add remote.html redirect
Add a redirect for the old remote.html page and sort the pages to make dding redirects easier in the future. Modified: lldb/trunk/docs/.htaccess Modified: lldb/trunk/docs/.htaccess URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/.htaccess?rev=360083&r1=360082&r2=360083&view=diff ============================================================================== --- lldb/trunk/docs/.htaccess (original) +++ lldb/trunk/docs/.htaccess Mon May 6 14:28:01 2019 @@ -1,10 +1,11 @@ -Redirect 301 /lldb-gdb.html https://lldb.llvm.org/use/map.html -Redirect 301 /tutorial.html https://lldb.llvm.org/use/tutorial.html -Redirect 301 /source.html https://lldb.llvm.org/resources/source.html -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 /cpp_reference/html/index.html https://lldb.llvm.org/cpp_reference/index.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 +Redirect 301 /goals.html https://lldb.llvm.org/status/goals.html +Redirect 301 /lldb-gdb.html https://lldb.llvm.org/use/map.html +Redirect 301 /projects.html https://lldb.llvm.org/status/projects.html +Redirect 301 /remote.html https://lldb.llvm.org/use/remote.html +Redirect 301 /source.html https://lldb.llvm.org/resources/source.html +Redirect 301 /tutorial.html https://lldb.llvm.org/use/tutorial.html +Redirect 301 /varformats.html https://lldb.llvm.org/use/variable.html _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits