Skip to content

Commit 77ee12e

Browse files
authored
Merge pull request element-hq#15016 from vector-im/readme
Change Riot to Element in readme
2 parents c038a9b + 85726c6 commit 77ee12e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Element has several tiers of support for different environments:
2424
* Everything else
2525

2626
For accessing Element on an Android or iOS device, we currently recommend the
27-
native apps [riot-android](https://github.com/vector-im/riot-android)
28-
and [riot-ios](https://github.com/vector-im/riot-ios).
27+
native apps [element-android](https://github.com/vector-im/element-android)
28+
and [element-ios](https://github.com/vector-im/element-ios).
2929

3030
Getting Started
3131
===============
@@ -37,7 +37,7 @@ for those who like living dangerously.
3737
To host your own copy of Element, the quickest bet is to use a pre-built
3838
released version of Element:
3939

40-
1. Download the latest version from https://github.com/vector-im/riot-web/releases
40+
1. Download the latest version from https://github.com/vector-im/element-web/releases
4141
1. Untar the tarball on your web server
4242
1. Move (or symlink) the `riot-x.x.x` directory to an appropriate name
4343
1. Configure the correct caching headers in your webserver (see below)
@@ -69,7 +69,7 @@ access to Element (or other apps) due to sharing the same domain.
6969

7070
We have put some coarse mitigations into place to try to protect against this
7171
situation, but it's still not good practice to do it in the first place. See
72-
https://github.com/vector-im/riot-web/issues/1977 for more details.
72+
https://github.com/vector-im/element-web/issues/1977 for more details.
7373

7474
Building From Source
7575
====================
@@ -82,7 +82,7 @@ guide](https://classic.yarnpkg.com/en/docs/install) if you do not have it alread
8282

8383
1. Install or update `node.js` so that your `node` is at least v10.x.
8484
1. Install `yarn` if not present already.
85-
1. Clone the repo: `git clone https://github.com/vector-im/riot-web.git`.
85+
1. Clone the repo: `git clone https://github.com/vector-im/element-web.git`.
8686
1. Switch to the riot-web directory: `cd riot-web`.
8787
1. Install the prerequisites: `yarn install`.
8888
* If you're using the `develop` branch, then it is recommended to set up a

0 commit comments

Comments
 (0)