mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Merge pull request #3440 from jezcope/fix/tweak-matrix-link
Tweak Matrix link on new tab
This commit is contained in:
commit
43429f4651
4 changed files with 4 additions and 4 deletions
|
@ -140,7 +140,7 @@ You can run Tridactyl easily in a temporary Firefox profile with `yarn run run`.
|
||||||
|
|
||||||
[Queensberry rules](https://en.oxforddictionaries.com/definition/queensberry_rules).
|
[Queensberry rules](https://en.oxforddictionaries.com/definition/queensberry_rules).
|
||||||
|
|
||||||
[matrix]: https://app.element.io/#/room/#tridactyl:matrix.org
|
[matrix]: https://matrix.to/#/#tridactyl:matrix.org
|
||||||
[issues]: https://github.com/tridactyl/tridactyl/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+
|
[issues]: https://github.com/tridactyl/tridactyl/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+
|
||||||
[easyissues]: https://github.com/tridactyl/tridactyl/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
|
[easyissues]: https://github.com/tridactyl/tridactyl/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
|
||||||
[helpus]: https://github.com/tridactyl/tridactyl/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
|
[helpus]: https://github.com/tridactyl/tridactyl/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
|
||||||
|
|
|
@ -10,7 +10,7 @@ Tridactyl
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://travis-ci.org/tridactyl/tridactyl"><img src="https://travis-ci.org/tridactyl/tridactyl.svg?branch=master" alt="Build Status"></a>
|
<a href="https://travis-ci.org/tridactyl/tridactyl"><img src="https://travis-ci.org/tridactyl/tridactyl.svg?branch=master" alt="Build Status"></a>
|
||||||
<a href="https://app.element.io/#/room/#tridactyl:matrix.org"><img src="https://img.shields.io/badge/matrix-join%20chat-green" alt="Matrix Chat"></a>
|
<a href="https://matrix.to/#/#tridactyl:matrix.org"><img src="https://img.shields.io/badge/matrix-join%20chat-green" alt="Matrix Chat"></a>
|
||||||
<a href="https://gitter.im/tridactyl/Lobby"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join Gitter Chat"></a>
|
<a href="https://gitter.im/tridactyl/Lobby"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join Gitter Chat"></a>
|
||||||
<a href="https://addons.mozilla.org/en-US/firefox/addon/tridactyl-vim/"><img src="https://img.shields.io/amo/rating/tridactyl-vim" alt="Mozilla Addon Store"></a>
|
<a href="https://addons.mozilla.org/en-US/firefox/addon/tridactyl-vim/"><img src="https://img.shields.io/amo/rating/tridactyl-vim" alt="Mozilla Addon Store"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
[freenode-badge]: /static/badges/freenode-badge.svg
|
[freenode-badge]: /static/badges/freenode-badge.svg
|
||||||
[freenode-link]: ircs://chat.freenode.net/tridactyl
|
[freenode-link]: ircs://chat.freenode.net/tridactyl
|
||||||
[matrix-badge]: /static/badges/matrix-badge.svg
|
[matrix-badge]: /static/badges/matrix-badge.svg
|
||||||
[matrix-link]: https://app.element.io/#/room/#tridactyl:matrix.org
|
[matrix-link]: https://matrix.to/#/#tridactyl:matrix.org
|
||||||
*/
|
*/
|
||||||
/** ignore this line */
|
/** ignore this line */
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ You have more questions? Have a look at our [FAQ][faq-link] or search our [issue
|
||||||
[freenode-badge]: /static/badges/freenode-badge.svg
|
[freenode-badge]: /static/badges/freenode-badge.svg
|
||||||
[freenode-link]: ircs://chat.freenode.net/tridactyl
|
[freenode-link]: ircs://chat.freenode.net/tridactyl
|
||||||
[matrix-badge]: /static/badges/matrix-badge.svg
|
[matrix-badge]: /static/badges/matrix-badge.svg
|
||||||
[matrix-link]: https://app.element.io/#/room/#tridactyl:matrix.org
|
[matrix-link]: https://matrix.to/#/#tridactyl:matrix.org
|
||||||
[amo]: https://addons.mozilla.org/en-US/firefox/addon/tridactyl-vim/reviews/
|
[amo]: https://addons.mozilla.org/en-US/firefox/addon/tridactyl-vim/reviews/
|
||||||
[nonewtablink]: https://tridactyl.cmcaine.co.uk/betas/nonewtab/tridactyl_no_new_tab_beta-latest.xpi
|
[nonewtablink]: https://tridactyl.cmcaine.co.uk/betas/nonewtab/tridactyl_no_new_tab_beta-latest.xpi
|
||||||
[migratelink]: https://github.com/tridactyl/tridactyl/issues/79#issuecomment-351132451
|
[migratelink]: https://github.com/tridactyl/tridactyl/issues/79#issuecomment-351132451
|
||||||
|
|
Loading…
Add table
Reference in a new issue