@@ -24,8 +24,8 @@ Element has several tiers of support for different environments:
24
24
* Everything else
25
25
26
26
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 ) .
29
29
30
30
Getting Started
31
31
===============
@@ -37,7 +37,7 @@ for those who like living dangerously.
37
37
To host your own copy of Element, the quickest bet is to use a pre-built
38
38
released version of Element:
39
39
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
41
41
1 . Untar the tarball on your web server
42
42
1 . Move (or symlink) the ` riot-x.x.x ` directory to an appropriate name
43
43
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.
69
69
70
70
We have put some coarse mitigations into place to try to protect against this
71
71
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.
73
73
74
74
Building From Source
75
75
====================
@@ -82,7 +82,7 @@ guide](https://classic.yarnpkg.com/en/docs/install) if you do not have it alread
82
82
83
83
1 . Install or update ` node.js ` so that your ` node ` is at least v10.x.
84
84
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 ` .
86
86
1 . Switch to the riot-web directory: ` cd riot-web ` .
87
87
1 . Install the prerequisites: ` yarn install ` .
88
88
* If you're using the ` develop ` branch, then it is recommended to set up a
0 commit comments