summaryrefslogtreecommitdiff
path: root/public/views/shared
diff options
context:
space:
mode:
authorDavid Mehren2020-09-29 11:37:25 +0200
committerGitHub2020-09-29 11:37:25 +0200
commit82aff80b88dca3922e7a8c2705f6c0e1c39bb726 (patch)
tree7a3341a440b84096b903b70924b428b7dfc5fe9d /public/views/shared
parent0a9f313604217b3bfcc164d746b9cafbee7666c9 (diff)
parentfcacbb21757badd865657adfb7ebc9586868360a (diff)
Merge pull request #496 from codimd/fix/element-links
Diffstat (limited to 'public/views/shared')
-rw-r--r--public/views/shared/help-modal.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/shared/help-modal.ejs b/public/views/shared/help-modal.ejs
index eb5566a8..d1fe50bb 100644
--- a/public/views/shared/help-modal.ejs
+++ b/public/views/shared/help-modal.ejs
@@ -17,7 +17,7 @@
<div class="panel-body">
<a href="https://community.codimd.org" target="_blank"><i class="fa fa-users fa-fw"></i> <%= __('Join the community') %></a>
<br>
- <a href="https://riot.im/app/#/room/#codimd:matrix.org" target="_blank"><i class="fa fa-hashtag fa-fw"></i> <%= __('Meet us on %s', 'Matrix') %></a>
+ <a href="https://matrix.to/#/#hedgedoc:matrix.org" target="_blank"><i class="fa fa-hashtag fa-fw"></i> <%= __('Meet us on %s', 'Matrix') %></a>
<br>
<a href="https://github.com/codimd/server/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a>
<br>