mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Change element.io links to matrix.to links (#614)
* Change element.io links to matrix.to links Following to the discussion in codimd/server#496, this commit changes element.io links to matrix.to in the new react-client as well. * Updated cypress test for new link
This commit is contained in:
parent
9f58f93fc6
commit
01a68b1efe
5 changed files with 6 additions and 6 deletions
|
@ -148,8 +148,8 @@ describe('Links Intro', () => {
|
|||
})
|
||||
|
||||
it('Matrix', () => {
|
||||
cy.get('a[href="https://app.element.io/#/room/#hedgedoc:matrix.org"]')
|
||||
.checkExternalLink('https://app.element.io/#/room/#hedgedoc:matrix.org')
|
||||
cy.get('a[href="https://matrix.to/#/#hedgedoc:matrix.org"]')
|
||||
.checkExternalLink('https://matrix.to/#/#hedgedoc:matrix.org')
|
||||
})
|
||||
|
||||
it('Mastodon', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue