aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'site/_includes')
-rw-r--r--site/_includes/head.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/site/_includes/head.html b/site/_includes/head.html
index 3eda1bd0f9..b85760db23 100644
--- a/site/_includes/head.html
+++ b/site/_includes/head.html
@@ -17,11 +17,11 @@
// Do a shortcut so that be.bazel.build redirect to the build encyclopedia
var be_url = new RegExp("^https?://be(\.bazel.build)?/?");
if (be_url.test(current_url)) {
- window.location.replace(current_url.replace(be_url, "https://bazel.build/docs/be/overview.html"));
+ window.location.replace(current_url.replace(be_url, "https://docs.bazel.build/be/overview.html"));
}
var be_url = new RegExp("^https?://be(\.bazel.build)?/([a-zA-Z0-9_-]+)([/#](.*))?");
if (be_url.test(current_url)) {
- window.location.replace(current_url.replace(be_url, "https://bazel.build/docs/be/$2.html#$4"));
+ window.location.replace(current_url.replace(be_url, "https://docs.bazel.build/be/$2.html#$4"));
}
// And a short to code reviews
var cr_url = new RegExp("^https?://cr(\.bazel.build)?/([0-9]+)")
@@ -40,8 +40,7 @@
<!-- Webfont -->
<link href="//fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
- <link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32" />
- <link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16" />
+ <link rel="shortcut icon" type="image/png" href="/images/favicon.ico">
<!-- Bootstrap -->
<link href="/assets/css/bootstrap.min.css" rel="stylesheet">