From 855bb568b924617aab12521ede473f3f49ba2cfc Mon Sep 17 00:00:00 2001 From: David Langley Date: Wed, 20 Dec 2023 12:21:26 +0000 Subject: [PATCH] rename the GH org in links within documentation --- .github/ISSUE_TEMPLATE/enhancement.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/labels.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 26 +++++++++---------- book.toml | 2 +- contribute.json | 6 ++--- docs/betas.md | 2 +- docs/choosing-an-issue.md | 10 +++---- docs/config.md | 2 +- docs/customisations.md | 2 +- docs/feature-flags.md | 22 ++++++++-------- docs/install.md | 4 +-- docs/jitsi.md | 2 +- docs/labs.md | 2 +- docs/modules.md | 4 +-- docs/native-node-modules.md | 2 +- docs/release.md | 22 ++++++++-------- docs/translating-dev.md | 2 +- element.io/README | 2 +- package.json | 2 +- .../views/auth/VectorAuthFooter.tsx | 2 +- src/vector/index.ts | 4 +-- src/vector/jitsi/index.pcss | 2 +- src/vector/jitsi/index.ts | 2 +- src/vector/platform/ElectronPlatform.tsx | 2 +- src/vector/platform/VectorBasePlatform.ts | 2 +- .../VectorAuthFooter-test.tsx.snap | 2 +- .../VectorAuthPage-test.tsx.snap | 2 +- webpack.config.js | 4 +-- 30 files changed, 72 insertions(+), 72 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index e6784b1a90..7dd384e78f 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Thank you for taking the time to propose an enhancement to an existing feature. If you would like to propose a new feature or a major cross-platform change, please [start a discussion here](https://github.com/vector-im/element-meta/discussions/new?category=ideas). + Thank you for taking the time to propose an enhancement to an existing feature. If you would like to propose a new feature or a major cross-platform change, please [start a discussion here](https://github.com/element-hq/element-meta/discussions/new?category=ideas). - type: textarea id: usecase attributes: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c343afc442..7aec2beec5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ - [ ] Tests written for new code (and old code if feasible) - [ ] Linter and other CI checks pass -- [ ] Sign-off given on the changes (see [CONTRIBUTING.md](https://github.com/vector-im/element-web/blob/develop/CONTRIBUTING.md)) +- [ ] Sign-off given on the changes (see [CONTRIBUTING.md](https://github.com/element-hq/element-web/blob/develop/CONTRIBUTING.md))