| Index: doc/support/generate.sh
|
| diff --git a/doc/support/generate.sh b/doc/support/generate.sh
|
| index f4410aee2b46fb563e45a6e384e73ede545882ac..0a2be484f72e7e617bb7bfcc1336222de317cb0a 100755
|
| --- a/doc/support/generate.sh
|
| +++ b/doc/support/generate.sh
|
| @@ -43,7 +43,7 @@ done
|
|
|
| # Move doc/index.html to index.html, adjusting relative paths to other files in
|
| # doc.
|
| -base_url=https://crashpad-home.appspot.com/
|
| +base_url=https://crashpad.chromium.org/
|
| ${sed_ext} -e 's%<a href="([^/]+)\.html">%<a href="doc/\1.html">%g' \
|
| -e 's%<a href="'"${base_url}"'">%<a href="index.html">%g' \
|
| -e 's%<a href="'"${base_url}"'%<a href="%g' \
|
|
|