diff options
author | Erik Michelson | 2020-09-28 13:05:22 +0200 |
---|---|---|
committer | Erik Michelson | 2020-09-28 13:05:22 +0200 |
commit | fcacbb21757badd865657adfb7ebc9586868360a (patch) | |
tree | 3727a1021de164fda483fa1fd748f70ef954c6e7 /public/views/shared | |
parent | 213154a7426284c13058b8c069d7a2bc03c12686 (diff) |
Change all element.io links to matrix.to links
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
Diffstat (limited to 'public/views/shared')
-rw-r--r-- | public/views/shared/help-modal.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/shared/help-modal.ejs b/public/views/shared/help-modal.ejs index a85389df..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://app.element.io/#/room/#hedgedoc: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> |