Skip to content

Commit 527d18a

Browse files
committed
riot-desktop now has a develop branch
1 parent 2774b04 commit 527d18a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/feature-flags.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ When starting work on a feature, we should create a matching feature flag:
5151
```
5252
3. Add the feature to the set of labs on
5353
[develop](https://github.com/vector-im/riot-web/blob/develop/riot.im/develop/config.json)
54-
and [nightly](https://github.com/vector-im/riot-desktop/blob/master/riot.im/nightly/config.json):
54+
and [nightly](https://github.com/vector-im/riot-desktop/blob/develop/riot.im/nightly/config.json):
5555
```json
5656
"features": {
5757
"feature_cats": "labs"
@@ -70,7 +70,7 @@ The following lists a few common options.
7070
Set the feature to `enable` in the
7171
[develop](https://github.com/vector-im/riot-web/blob/develop/riot.im/develop/config.json)
7272
and
73-
[nightly](https://github.com/vector-im/riot-desktop/blob/master/riot.im/nightly/config.json)
73+
[nightly](https://github.com/vector-im/riot-desktop/blob/develop/riot.im/nightly/config.json)
7474
configs:
7575

7676
```json
@@ -84,7 +84,7 @@ configs:
8484
Set the feature to `enable` in the
8585
[staging / app](https://github.com/vector-im/riot-web/blob/develop/riot.im/app/config.json)
8686
and
87-
[release](https://github.com/vector-im/riot-desktop/blob/master/riot.im/release/config.json)
87+
[release](https://github.com/vector-im/riot-desktop/blob/develop/riot.im/release/config.json)
8888
configs.
8989

9090
**Warning:** While this does mean the feature is enabled by default for
@@ -104,10 +104,10 @@ Once we're confident that a feature is working well, we should remove the flag:
104104
3. Remove the feature from the [labs documentation](https://github.com/vector-im/riot-web/blob/develop/docs/labs.md)
105105
4. Remove feature state from
106106
[develop](https://github.com/vector-im/riot-web/blob/develop/riot.im/develop/config.json),
107-
[nightly](https://github.com/vector-im/riot-desktop/blob/master/riot.im/nightly/config.json),
107+
[nightly](https://github.com/vector-im/riot-desktop/blob/develop/riot.im/nightly/config.json),
108108
[staging / app](https://github.com/vector-im/riot-web/blob/develop/riot.im/app/config.json),
109109
and
110-
[release](https://github.com/vector-im/riot-desktop/blob/master/riot.im/release/config.json)
110+
[release](https://github.com/vector-im/riot-desktop/blob/develop/riot.im/release/config.json)
111111
configs
112112
5. Celebrate! 🥳
113113

@@ -128,8 +128,8 @@ regular setting:
128128
3. Remove the feature from the [labs documentation](https://github.com/vector-im/riot-web/blob/develop/docs/labs.md)
129129
4. Remove feature state from
130130
[develop](https://github.com/vector-im/riot-web/blob/develop/riot.im/develop/config.json),
131-
[nightly](https://github.com/vector-im/riot-desktop/blob/master/riot.im/nightly/config.json),
131+
[nightly](https://github.com/vector-im/riot-desktop/blob/develop/riot.im/nightly/config.json),
132132
[staging / app](https://github.com/vector-im/riot-web/blob/develop/riot.im/app/config.json),
133133
and
134-
[release](https://github.com/vector-im/riot-desktop/blob/master/riot.im/release/config.json)
134+
[release](https://github.com/vector-im/riot-desktop/blob/develop/riot.im/release/config.json)
135135
configs

0 commit comments

Comments
 (0)