Rename contriubte.html to community.html

This commit is contained in:
Jason Etcovitch
2017-10-23 14:39:44 -04:00
parent eb4a5ee36d
commit e732d37fd7
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
<nav class="text-bold text-right">
<a class="text-inherit px-2 d-inline-block" href="/apps/">Apps</a>
<a class="text-inherit px-2 d-inline-block" href="/docs/">Docs</a>
<a class="text-inherit px-2 d-inline-block" href="/contribute/">Community</a>
<a class="text-inherit px-2 d-inline-block" href="/community/">Community</a>
</nav>
</div>
</div>

View File

@@ -30,7 +30,7 @@
<script defer src="/assets/js/office-hours.js" charset="utf-8"></script>
</head>
<body>
<a class="alt-text text-white d-block bg-brand-blue text-center text-white p-3 office-hours-nag d-none" href="/contribute/#office-hours">
<a class="alt-text text-white d-block bg-brand-blue text-center text-white p-3 office-hours-nag d-none" href="/community/#office-hours">
Join us for office hours
<span class="js-office-hours-start-time" data-format="fromNow"></span>!
</a>

View File

@@ -1,6 +1,6 @@
---
layout: default
title: Contribute
title: Community
office_hours_link: https://github.zoom.us/j/221410810
---