From 2bee026ca1f45c41015be6205efd60401edb84d0 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Fri, 9 Oct 2015 15:50:38 -0400 Subject: [PATCH] doc: Use relative links in generated index.html when possible BUG=crashpad:67 Review URL: https://codereview.chromium.org/1397173002 . --- doc/support/generate.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/support/generate.sh b/doc/support/generate.sh index f5785c64..f85e4d3c 100755 --- a/doc/support/generate.sh +++ b/doc/support/generate.sh @@ -43,7 +43,10 @@ done # Move doc/index.html to index.html, adjusting relative paths to other files in # doc. +base_url=https://crashpad-home.appspot.com/ ${sed_ext} -e 's%%%g' \ + -e 's%%%g' \ + -e 's% "${output_dir}/index.html" rm "${output_dir}/doc/index.html"