rename the GH org in links within documentation

This commit is contained in:
David Langley 2023-12-20 12:21:26 +00:00
parent da90425289
commit 855bb568b9
30 changed files with 72 additions and 72 deletions

View file

@ -41,7 +41,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/element-web/issues/9605.
* See https://github.com/element-hq/element-web/issues/9605.
*/
public get favicon(): Favicon {
if (this._favicon) {