aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_includes
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-05-26 23:32:16 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-05-29 14:08:23 +0200
commit9143eca9d2121d12dd538994617ded8e28f105f8 (patch)
tree4dbb502614bacf12d6b4548641878e31ba53b30e /site/_includes
parentdfef43621c6658ac695164db55c7da205dffc869 (diff)
Changed a link so that the 'Docs' header on Bazel's site goes to the Bazel overview topic rather than instructions for installing Bazel.
Test: staged locally RELNOTES: None. PiperOrigin-RevId: 157263957
Diffstat (limited to 'site/_includes')
-rw-r--r--site/_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/header.html b/site/_includes/header.html
index b1de4245d1..d3b473a609 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -28,7 +28,7 @@
</form>
<ul class="nav navbar-nav navbar-right">
<li{% if page.nav == "docs" %} class="active"{% endif %}>
- <a href="/docs/install.html">Docs</a>
+ <a href="/versions/master/docs/bazel-overview.html">Docs</a>
</li>
<li{% if page.nav == "contribute" %} class="active"{% endif %}>
<a href="/contributing.html">Contribute!</a>