[Lldb-commits] [PATCH] D70449: Add a "Using LLDB" section to the welcome page of the website
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 19 10:43:37 PST 2019
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM with the comment.
================
Comment at: lldb/docs/.htaccess:3
Redirect 301 /cpp_reference/html/index.html https://lldb.llvm.org/cpp_reference/index.html
+Redirect 301 /use/architecture.html https://lldb.llvm.org/resources/architecture.html
Redirect 301 /features.html https://lldb.llvm.org/status/features.html
----------------
Can you move this line down under `Sphinx redirects`? I'm trying to keep old redirects (from the html website) separate from reorgs in the sphix docs.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70449/new/
https://reviews.llvm.org/D70449
More information about the lldb-commits
mailing list