From d05c022d4f2ea05b35ccc49ad4d40b268ee3ceef Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 25 Nov 2020 14:16:55 +0000 Subject: [PATCH] Rebrand some GitHub links --- .stylelintrc.js | 2 +- src/vector/jitsi/index.scss | 2 +- src/vector/jitsi/index.ts | 2 +- src/vector/platform/VectorBasePlatform.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stylelintrc.js b/.stylelintrc.js index 7296210285..1e03f2fbf6 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -19,7 +19,7 @@ module.exports = { "at-rule-no-unknown": null, "no-descending-specificity": null, "scss/at-rule-no-unknown": [true, { - // https://github.com/vector-im/riot-web/issues/10544 + // https://github.com/vector-im/element-web/issues/10544 "ignoreAtRules": ["define-mixin"], }], } diff --git a/src/vector/jitsi/index.scss b/src/vector/jitsi/index.scss index 2c7e020c96..95a23c1772 100644 --- a/src/vector/jitsi/index.scss +++ b/src/vector/jitsi/index.scss @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// TODO: Match the user's theme: https://github.com/vector-im/riot-web/issues/12794 +// TODO: Match the user's theme: https://github.com/vector-im/element-web/issues/12794 @font-face { font-family: 'Nunito'; diff --git a/src/vector/jitsi/index.ts b/src/vector/jitsi/index.ts index a5a8be36e2..9ee8d58aa5 100644 --- a/src/vector/jitsi/index.ts +++ b/src/vector/jitsi/index.ts @@ -116,7 +116,7 @@ let meetApi: any; // JitsiMeetExternalAPI console.log("Got OpenID Connect token"); } - // TODO: register widgetApi listeners for PTT controls (https://github.com/vector-im/riot-web/issues/12795) + // TODO: register widgetApi listeners for PTT controls (https://github.com/vector-im/element-web/issues/12795) widgetApi.on(`action:${ElementWidgetActions.HangupCall}`, (ev: CustomEvent) => { diff --git a/src/vector/platform/VectorBasePlatform.ts b/src/vector/platform/VectorBasePlatform.ts index 8345c3f997..28038d8e5d 100644 --- a/src/vector/platform/VectorBasePlatform.ts +++ b/src/vector/platform/VectorBasePlatform.ts @@ -40,7 +40,7 @@ export default abstract class VectorBasePlatform extends BasePlatform { /** * Delay creating the `Favicon` instance until first use (on the first notification) as * it uses canvas, which can trigger a permission prompt in Firefox's resist fingerprinting mode. - * See https://github.com/vector-im/riot-web/issues/9605. + * See https://github.com/vector-im/element-web/issues/9605. */ get favicon() { if (this._favicon) {