aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_layouts
diff options
context:
space:
mode:
authorGravatar Tobias Werth <twerth@google.com>2016-06-23 12:13:36 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-06-23 13:54:12 +0000
commit4242f4fe73f985ecb8f57776529e189ca50b8249 (patch)
tree22618daa036e27abe1c45d2b1eff8225212bd1ef /site/_layouts
parent25f4404f79456b07903de987f2c3a1c9eedd53cd (diff)
Rename "Get involved" and add IRC to external resources.
-- MOS_MIGRATED_REVID=125666650
Diffstat (limited to 'site/_layouts')
-rw-r--r--site/_layouts/contribute.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/_layouts/contribute.html b/site/_layouts/contribute.html
index b0b29e0868..1e8979844c 100644
--- a/site/_layouts/contribute.html
+++ b/site/_layouts/contribute.html
@@ -30,11 +30,12 @@ nav: contribute
<li><a href="/roadmap.html">Roadmap</a></li>
<li><a href="/governance.html">Governance</a></li>
</ul>
- <h3>Get Involved</h3>
+ <h3>External Resources</h3>
<ul class="sidebar-nav">
<li><a href="https://github.com/bazelbuild/bazel">GitHub</a></li>
<li><a href="https://groups.google.com/forum/#!forum/bazel-dev">Developer mailing list</a></li>
<li><a href="https://bazel-review.googlesource.com">Gerrit</a></li>
+ <li><a href="irc://irc.freenode.net/bazel">IRC</a><li>
</ul>
</nav>
</div>