From 3ba5f66177a43cef0e98db975993a73cb7b1984f Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 23 Apr 2019 16:00:43 +0000 Subject: [PATCH] [Docs] Add missing leading slash llvm-svn: 359005 --- lldb/docs/.htaccess | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lldb/docs/.htaccess b/lldb/docs/.htaccess index 88e5bcf..b3c16a7 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 -- 2.7.4