diff options
author | Tilman Vatteroth | 2020-11-15 20:12:22 +0100 |
---|---|---|
committer | Tilman Vatteroth | 2020-11-15 20:12:39 +0100 |
commit | cdc5a89cd7a9d1c3cf3468e79620ac346f806874 (patch) | |
tree | 3c6531787e78a05fd9afd50c7ab752c7aec02f7e /public/views/shared | |
parent | d10c13e842bb1ecb3fb91a130281bab1583ba5ab (diff) |
apply review suggestions
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 29872ee7..7ffee93a 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.hedgedoc.org" target="_blank"><i class="fa fa-users fa-fw"></i> <%= __('Join the community') %></a> <br> - <a href="https://matrix.to/#/#hedgedoc:matrix.org" target="_blank"><i class="fa fa-hashtag fa-fw"></i> <%= __('Meet us on %s', 'Matrix') %></a> + <a href="https://chat.hedgedoc.org" target="_blank"><i class="fa fa-hashtag fa-fw"></i> <%= __('Meet us on %s', 'Matrix') %></a> <br> <a href="https://github.com/hedgedoc/hedgedoc/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a> <br> |