diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-04-23 16:00:43 +0000 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-04-23 16:00:43 +0000 |
| commit | 3ba5f66177a43cef0e98db975993a73cb7b1984f (patch) | |
| tree | 00eeb0f9e460d2ae3ef8e80353e4158b8d472feb | |
| parent | 056fde75271cd7aa6e87bf9f25d3621e9624912e (diff) | |
| download | bcm5719-llvm-3ba5f66177a43cef0e98db975993a73cb7b1984f.tar.gz bcm5719-llvm-3ba5f66177a43cef0e98db975993a73cb7b1984f.zip | |
[Docs] Add missing leading slash
llvm-svn: 359005
| -rw-r--r-- | lldb/docs/.htaccess | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lldb/docs/.htaccess b/lldb/docs/.htaccess index 88e5bcf87c5..b3c16a79542 100644 --- a/lldb/docs/.htaccess +++ b/lldb/docs/.htaccess @@ -1,7 +1,7 @@ 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 /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 |

