aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Tobias Werth <twerth@google.com>2016-06-23 12:53:21 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-06-23 13:54:12 +0000
commit1fe1dd6047a1d021cd335e1fc9df462ccff06fe7 (patch)
tree4949dc1b9d83576c7b03e1e4099d55a6bc5c6dba /site
parent4242f4fe73f985ecb8f57776529e189ca50b8249 (diff)
Fix broken internal links.
-- MOS_MIGRATED_REVID=125668734
Diffstat (limited to 'site')
-rw-r--r--site/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/index.html b/site/index.html
index 3e2c9db7a6..6d6e25c495 100644
--- a/site/index.html
+++ b/site/index.html
@@ -103,7 +103,7 @@ title: Home
<h1 id="beta">Bazel is in Beta</h1>
<p>Bazel is in Beta. There are still some functional limitations,
but we believe that Bazel is stable enough for production use.
- See our <a href="support.html">Support</a> page for information
+ See our <a href="docs/support.html">Support</a> page for information
about feature status and releases. The Bazel team monitors and
responds actively to bug reports from users.
</p>
@@ -157,7 +157,7 @@ title: Home
<a href="contributing.html">Contribute</a><br />
<a href="governance.html">Governance Plan</a><br />
<a href="roadmap.html">Roadmap</a><br />
- <a href="support.html">Support</a><br />
+ <a href="docs/support.html">Support</a><br />
<a href="users.html">Who's using Bazel</a>
</p>
</div>