Skip to content

Commit 8d0f57d

Browse files
committed
Merge branch 'jryans/remove-brand' into 'element'
Move config files, update brand See merge request new-vector/element/element-web/element-web!3
2 parents 847d40f + e3e2bd1 commit 8d0f57d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
This directory contains the config files and deployment scripts for the official
2-
riot.im distribution of Riot Web at https://riot.im.
2+
element.io distribution of Element Web.
33

44
You probably do not want to build with this config unless you're building the
5-
official riot.im distribution, but these files may be useful if you want to
5+
official element.io distribution, but these files may be useful if you want to
66
inspect the configuration used there.
77

8-
Riot Desktop uses a separate config (see https://github.com/vector-im/riot-desktop/tree/develop/riot.im).
8+
Element Desktop uses a separate config (see
9+
https://github.com/vector-im/riot-desktop/tree/develop/element.io).
910

1011
Deployment scripts (such as app/deploy.py) are meant to be run on the web server
11-
hosting the Riot installation.
12+
hosting the Element installation.

riot.im/app/config.json renamed to element.io/app/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"default_server_name": "matrix.org",
3-
"brand": "Riot",
3+
"brand": "Element",
44
"integrations_ui_url": "https://scalar.vector.im/",
55
"integrations_rest_url": "https://scalar.vector.im/api",
66
"integrations_widgets_urls": [
File renamed without changes.

riot.im/develop/config.json renamed to element.io/develop/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"default_server_name": "matrix.org",
3-
"brand": "Riot",
3+
"brand": "Element",
44
"integrations_ui_url": "https://scalar-staging.vector.im/",
55
"integrations_rest_url": "https://scalar-staging.vector.im/api",
66
"integrations_widgets_urls": [

0 commit comments

Comments
 (0)