Skip to content

Commit

Permalink
fix: update mattermost links to matrix (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukewh authored Dec 14, 2023
1 parent 52a666a commit f0008c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ <h3 class="p-heading--2">
<div class="row">
<div class="col-9 col-start-large-4">
<div class="u-fixed-width"><hr class="p-rule"></div>
<p>Learn more about charms on <a href="http://discourse.charmhub.io">Discourse</a> and <a href="http://chat.charmhub.io">Mattermost</a></p>
<p>Learn more about charms on <a href="http://discourse.charmhub.io">Discourse</a> and <a href="https://matrix.to/#/#charmhub:ubuntu.com">Matrix</a></p>
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="https://discourse.charmhub.io/" class="p-navigation__dropdown-item">Discourse forum</a>
</li>
<li>
<a href="https://chat.charmhub.io" class="p-navigation__dropdown-item">Mattermost chat</a>
<a href="https://matrix.to/#/#charmhub:ubuntu.com" class="p-navigation__dropdown-item">Matrix chat</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit f0008c3

Please sign in to comment.