@@ -24,8 +24,8 @@ Element has several tiers of support for different environments:
2424 * Everything else
2525
2626For 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
3030Getting Started
3131===============
@@ -37,7 +37,7 @@ for those who like living dangerously.
3737To host your own copy of Element, the quickest bet is to use a pre-built
3838released 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
41411 . Untar the tarball on your web server
42421 . Move (or symlink) the ` riot-x.x.x ` directory to an appropriate name
43431 . 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
7070We have put some coarse mitigations into place to try to protect against this
7171situation, 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
7474Building From Source
7575====================
@@ -82,7 +82,7 @@ guide](https://classic.yarnpkg.com/en/docs/install) if you do not have it alread
8282
83831 . Install or update ` node.js ` so that your ` node ` is at least v10.x.
84841 . 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 ` .
86861 . Switch to the riot-web directory: ` cd riot-web ` .
87871 . Install the prerequisites: ` yarn install ` .
8888 * If you're using the ` develop ` branch, then it is recommended to set up a
0 commit comments