mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
Merge pull request #496 from codimd/fix/element-links
This commit is contained in:
commit
82aff80b88
5 changed files with 7 additions and 7 deletions
|
@ -85,8 +85,8 @@ which lets you use CodiMD from the comfort of your command line.
|
||||||
|
|
||||||
Licensed under AGPLv3. For our list of contributors, see [AUTHORS](AUTHORS).
|
Licensed under AGPLv3. For our list of contributors, see [AUTHORS](AUTHORS).
|
||||||
|
|
||||||
[matrix.org-image]: https://img.shields.io/matrix/codimd:matrix.org?logo=matrix&server_fqdn=matrix.org
|
[matrix.org-image]: https://img.shields.io/matrix/hedgedoc:matrix.org?logo=matrix&server_fqdn=matrix.org
|
||||||
[matrix.org-url]: https://riot.im/app/#/room/#codimd:matrix.org
|
[matrix.org-url]: https://matrix.to/#/#hedgedoc:matrix.org
|
||||||
[travis-image]: https://travis-ci.org/codimd/server.svg?branch=master
|
[travis-image]: https://travis-ci.org/codimd/server.svg?branch=master
|
||||||
[travis-url]: https://travis-ci.org/codimd/server
|
[travis-url]: https://travis-ci.org/codimd/server
|
||||||
[github-version-badge]: https://img.shields.io/github/release/codimd/server.svg
|
[github-version-badge]: https://img.shields.io/github/release/codimd/server.svg
|
||||||
|
|
|
@ -16,7 +16,7 @@ which will take care of the encryption for you.
|
||||||
|
|
||||||
We'll get back to you as soon as possible. You can expect an answer within
|
We'll get back to you as soon as possible. You can expect an answer within
|
||||||
3 days, in rare cases within a month. If you don't get a reply within a month,
|
3 days, in rare cases within a month. If you don't get a reply within a month,
|
||||||
please reach out for other contact addresses in the [community chat](https://riot.im/app/#/room/#codimd:matrix.org).
|
please reach out for other contact addresses in the [community chat](https://matrix.to/#/#hedgedoc:matrix.org).
|
||||||
|
|
||||||
When your findings are accepted as a security issue, we'll work an a fix or
|
When your findings are accepted as a security issue, we'll work an a fix or
|
||||||
at least a workaround for the next release. With the release that contained
|
at least a workaround for the next release. With the release that contained
|
||||||
|
@ -29,4 +29,4 @@ a fix yourself and contribute it to CodiMD, as well as publish them as you
|
||||||
like and allow people to make in informed decision about using CodiMD.
|
like and allow people to make in informed decision about using CodiMD.
|
||||||
|
|
||||||
If you have any further questions, feel free to reach out to the
|
If you have any further questions, feel free to reach out to the
|
||||||
[community chat](https://riot.im/app/#/room/#codimd:matrix.org) or the mentioned contacts above.
|
[community chat](https://matrix.to/#/#hedgedoc:matrix.org) or the mentioned contacts above.
|
||||||
|
|
|
@ -7,7 +7,7 @@ This means that you can write notes with other people on your **desktop**, **tab
|
||||||
You can sign-in via multiple auth providers like **Facebook**, **Twitter**, **GitHub** and many more on the [*homepage*](/).
|
You can sign-in via multiple auth providers like **Facebook**, **Twitter**, **GitHub** and many more on the [*homepage*](/).
|
||||||
|
|
||||||
If you experience any *issues*, feel free to report it on [**GitHub**](https://github.com/codimd/server/issues).
|
If you experience any *issues*, feel free to report it on [**GitHub**](https://github.com/codimd/server/issues).
|
||||||
Or meet us on [**Matrix.org**](https://riot.im/app/#/room/#codimd:matrix.org) for dev-talk and interactive help.
|
Or meet us on [**Matrix.org**](https://matrix.to/#/#hedgedoc:matrix.org) for dev-talk and interactive help.
|
||||||
**Thank you very much!**
|
**Thank you very much!**
|
||||||
|
|
||||||
## Workspace
|
## Workspace
|
||||||
|
|
|
@ -159,7 +159,7 @@
|
||||||
<%- __('Powered by %s', '<a href="https://codimd.org">CodiMD</a>') %> | <a href="<%- serverURL %>/s/release-notes" target="_blank" rel="noopener"><%= __('Releases') %></a> | <a href="<%- sourceURL %>" target="_blank" rel="noopener"><%= __('Source Code') %></a><% if(imprint) { %> | <a href="<%- serverURL %>/s/imprint" target="_blank" rel="noopener"><%= __('Imprint') %></a><% } %><% if(privacyStatement) { %> | <a href="<%- serverURL %>/s/privacy" target="_blank" rel="noopener"><%= __('Privacy') %></a><% } %><% if(termsOfUse) { %> | <a href="<%- serverURL %>/s/terms-of-use" target="_blank" rel="noopener"><%= __('Terms of Use') %></a><% } %>
|
<%- __('Powered by %s', '<a href="https://codimd.org">CodiMD</a>') %> | <a href="<%- serverURL %>/s/release-notes" target="_blank" rel="noopener"><%= __('Releases') %></a> | <a href="<%- sourceURL %>" target="_blank" rel="noopener"><%= __('Source Code') %></a><% if(imprint) { %> | <a href="<%- serverURL %>/s/imprint" target="_blank" rel="noopener"><%= __('Imprint') %></a><% } %><% if(privacyStatement) { %> | <a href="<%- serverURL %>/s/privacy" target="_blank" rel="noopener"><%= __('Privacy') %></a><% } %><% if(termsOfUse) { %> | <a href="<%- serverURL %>/s/terms-of-use" target="_blank" rel="noopener"><%= __('Terms of Use') %></a><% } %>
|
||||||
</p>
|
</p>
|
||||||
<h6 class="social-foot">
|
<h6 class="social-foot">
|
||||||
<%- __('Follow us on %s and %s.', '<a href="https://github.com/codimd/server" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub</a>, <a href="https://community.codimd.org" target="_blank" rel="noopener"><i class="fa fa-users" aria-hidden="true"></i> Discourse</a>, <a href="https://riot.im/app/#/room/#codimd:matrix.org" target="_blank" rel="noopener"><i class="fa fa-comments"></i> Riot</a>, <a href="https://social.codimd.org/mastodon" target="_blank" rel="noopener"><i class="fa fa-mastodon"></i> Mastodon</a>', '<a href="https://translate.codimd.org" target="_blank" rel="noopener"><i class="fa fa-globe"></i> POEditor</a>') %>
|
<%- __('Follow us on %s and %s.', '<a href="https://github.com/codimd/server" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub</a>, <a href="https://community.codimd.org" target="_blank" rel="noopener"><i class="fa fa-users" aria-hidden="true"></i> Discourse</a>, <a href="https://matrix.to/#/#hedgedoc:matrix.org" target="_blank" rel="noopener"><i class="fa fa-comments"></i> Matrix</a>, <a href="https://social.codimd.org/mastodon" target="_blank" rel="noopener"><i class="fa fa-mastodon"></i> Mastodon</a>', '<a href="https://translate.codimd.org" target="_blank" rel="noopener"><i class="fa fa-globe"></i> POEditor</a>') %>
|
||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<a href="https://community.codimd.org" target="_blank"><i class="fa fa-users fa-fw"></i> <%= __('Join the community') %></a>
|
<a href="https://community.codimd.org" target="_blank"><i class="fa fa-users fa-fw"></i> <%= __('Join the community') %></a>
|
||||||
<br>
|
<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>
|
<br>
|
||||||
<a href="https://github.com/codimd/server/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a>
|
<a href="https://github.com/codimd/server/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue