From e5ed7d4af1e546efe745c3d83de130460537bb62 Mon Sep 17 00:00:00 2001 From: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> Date: Fri, 14 Jun 2024 02:27:01 +0200 Subject: [PATCH] chore: update discord links (#10301) update discord links --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- README.md | 2 +- docs/blog/2023/06-24/update.mdx | 2 +- docs/blog/2023/07-29/update.mdx | 2 +- docs/docs/developer/troubleshooting.md | 2 +- docs/docs/overview/help.md | 2 +- docs/docusaurus.config.js | 4 ++-- docs/src/pages/index.tsx | 2 +- readme_i18n/README_ar_JO.md | 2 +- readme_i18n/README_ca_ES.md | 2 +- readme_i18n/README_de_DE.md | 2 +- readme_i18n/README_es_ES.md | 2 +- readme_i18n/README_fr_FR.md | 2 +- readme_i18n/README_it_IT.md | 2 +- readme_i18n/README_ja_JP.md | 2 +- readme_i18n/README_ko_KR.md | 2 +- readme_i18n/README_nl_NL.md | 2 +- readme_i18n/README_pt_BR.md | 2 +- readme_i18n/README_ru_RU.md | 2 +- readme_i18n/README_sv_SE.md | 2 +- readme_i18n/README_tr_TR.md | 2 +- readme_i18n/README_zh_CN.md | 2 +- web/src/routes/+error.svelte | 2 +- 23 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4dc46325fa..ae0368861a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - name: I have a question or need support - url: https://discord.gg/D8JsnBEuKb + url: https://discord.immich.app about: We use GitHub for tracking bugs, please check out our Discord channel for freaky fast support. - name: Feature Request url: https://github.com/immich-app/immich/discussions/new?category=feature-request about: Please use our GitHub Discussion for making feature requests. - name: I'm unsure where to go - url: https://discord.gg/D8JsnBEuKb + url: https://discord.immich.app about: If you are unsure where to go, then joining our Discord is recommended; Just ask! diff --git a/README.md b/README.md index 00cdb469ce..4bc43a2eee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@


License: AGPLv3 - + Discord
diff --git a/docs/blog/2023/06-24/update.mdx b/docs/blog/2023/06-24/update.mdx index cbfdd883f8..464d3e44d9 100644 --- a/docs/blog/2023/06-24/update.mdx +++ b/docs/blog/2023/06-24/update.mdx @@ -94,7 +94,7 @@ Thank you, and I am asking for your support for the project. I hope to be a full - Bitcoin: 3QVAb9dCHutquVejeNXitPqZX26Yg5kxb7 - Give a project a star - the contributors love gazing at the stars and seeing their creations shining in the sky. -Join our friendly [Discord](https://discord.gg/D8JsnBEuKb) to talk and discuss Immich, tech, or anything +Join our friendly [Discord](https://discord.immich.app) to talk and discuss Immich, tech, or anything Cheer! diff --git a/docs/blog/2023/07-29/update.mdx b/docs/blog/2023/07-29/update.mdx index 2cb84e18c6..6d50ddfdc0 100644 --- a/docs/blog/2023/07-29/update.mdx +++ b/docs/blog/2023/07-29/update.mdx @@ -142,7 +142,7 @@ Thank you, and I am asking for your support for the project. I hope to be a full - Bitcoin: 3QVAb9dCHutquVejeNXitPqZX26Yg5kxb7 - Give a project a star - the contributors love gazing at the stars and seeing their creations shining in the sky. -Join our friendly [Discord](https://discord.gg/D8JsnBEuKb) to talk and discuss Immich, tech, or anything +Join our friendly [Discord](https://discord.immich.app) to talk and discuss Immich, tech, or anything Cheer! diff --git a/docs/docs/developer/troubleshooting.md b/docs/docs/developer/troubleshooting.md index 8663f53563..f7989af57d 100644 --- a/docs/docs/developer/troubleshooting.md +++ b/docs/docs/developer/troubleshooting.md @@ -1,7 +1,7 @@ # Troubleshooting :::tip -A great option to get assistance with troubleshooting is to join our [Discord](https://discord.gg/D8JsnBEuKb) server, where we have a dedicated channel for `#contributing`. +A great option to get assistance with troubleshooting is to join our [Discord](https://discord.immich.app) server, where we have a dedicated channel for `#contributing`. ::: ## Known Issues diff --git a/docs/docs/overview/help.md b/docs/docs/overview/help.md index e0fafcb103..f38ecde168 100644 --- a/docs/docs/overview/help.md +++ b/docs/docs/overview/help.md @@ -13,4 +13,4 @@ Running into an issue or have a question? Try the following: [github-issues]: https://github.com/immich-app/immich/issues [github-releases]: https://github.com/immich-app/immich/releases -[discord-link]: https://discord.com/invite/D8JsnBEuKb +[discord-link]: https://discord.immich.app diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 902d7e900e..29a8464ada 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -124,7 +124,7 @@ const config = { position: 'right', }, { - href: 'https://discord.gg/D8JsnBEuKb', + href: 'https://discord.immich.app', label: 'Discord', position: 'right', }, @@ -151,7 +151,7 @@ const config = { items: [ { label: 'Discord', - href: 'https://discord.com/invite/D8JsnBEuKb', + href: 'https://discord.immich.app', }, { label: 'Reddit', diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index de634da70a..774551a96c 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -36,7 +36,7 @@ function HomepageHeader() { Discord diff --git a/readme_i18n/README_ar_JO.md b/readme_i18n/README_ar_JO.md index f0cdc9a1ba..7df39d226b 100644 --- a/readme_i18n/README_ar_JO.md +++ b/readme_i18n/README_ar_JO.md @@ -1,7 +1,7 @@


License: AGPLv3 - + Discord
diff --git a/readme_i18n/README_ca_ES.md b/readme_i18n/README_ca_ES.md index 6750d9f18b..ed14649e0a 100644 --- a/readme_i18n/README_ca_ES.md +++ b/readme_i18n/README_ca_ES.md @@ -1,7 +1,7 @@


Llicència: MIT - +
diff --git a/readme_i18n/README_de_DE.md b/readme_i18n/README_de_DE.md index ce143f6385..c049d879d7 100644 --- a/readme_i18n/README_de_DE.md +++ b/readme_i18n/README_de_DE.md @@ -1,7 +1,7 @@


Lizenz: MIT - + Discord
diff --git a/readme_i18n/README_es_ES.md b/readme_i18n/README_es_ES.md index dbea10fe2b..0ecbec3c95 100644 --- a/readme_i18n/README_es_ES.md +++ b/readme_i18n/README_es_ES.md @@ -1,7 +1,7 @@


Licencia: MIT - +
diff --git a/readme_i18n/README_fr_FR.md b/readme_i18n/README_fr_FR.md index acfc7e1f6c..da52fe28a6 100644 --- a/readme_i18n/README_fr_FR.md +++ b/readme_i18n/README_fr_FR.md @@ -1,7 +1,7 @@


License: AGPLv3 - +
diff --git a/readme_i18n/README_it_IT.md b/readme_i18n/README_it_IT.md index 464019aa54..1523143f06 100644 --- a/readme_i18n/README_it_IT.md +++ b/readme_i18n/README_it_IT.md @@ -1,7 +1,7 @@


License: AGPLv3 - +
diff --git a/readme_i18n/README_ja_JP.md b/readme_i18n/README_ja_JP.md index ce6081afa2..98ff8e68d9 100644 --- a/readme_i18n/README_ja_JP.md +++ b/readme_i18n/README_ja_JP.md @@ -1,7 +1,7 @@


License: AGPLv3 - +
diff --git a/readme_i18n/README_ko_KR.md b/readme_i18n/README_ko_KR.md index 26ac167c9a..a5e1edf9c1 100644 --- a/readme_i18n/README_ko_KR.md +++ b/readme_i18n/README_ko_KR.md @@ -1,7 +1,7 @@


License: AGPLv3 - + Discord
diff --git a/readme_i18n/README_nl_NL.md b/readme_i18n/README_nl_NL.md index 6a00d4dbbb..946f6c23d5 100644 --- a/readme_i18n/README_nl_NL.md +++ b/readme_i18n/README_nl_NL.md @@ -1,7 +1,7 @@


License: AGPLv3 - +
diff --git a/readme_i18n/README_pt_BR.md b/readme_i18n/README_pt_BR.md index 6b170e3921..d872b8435b 100644 --- a/readme_i18n/README_pt_BR.md +++ b/readme_i18n/README_pt_BR.md @@ -1,7 +1,7 @@


Licença: AGPLv3 - + Discord
diff --git a/readme_i18n/README_ru_RU.md b/readme_i18n/README_ru_RU.md index 19163e4204..11a2a34f33 100644 --- a/readme_i18n/README_ru_RU.md +++ b/readme_i18n/README_ru_RU.md @@ -1,7 +1,7 @@


License: AGPLv3 - + Discord
diff --git a/readme_i18n/README_sv_SE.md b/readme_i18n/README_sv_SE.md index 8997c99bf1..3673eab57c 100644 --- a/readme_i18n/README_sv_SE.md +++ b/readme_i18n/README_sv_SE.md @@ -1,7 +1,7 @@


License: AGPLv3 - + Discord
diff --git a/readme_i18n/README_tr_TR.md b/readme_i18n/README_tr_TR.md index 3df41d67ff..f95d914880 100644 --- a/readme_i18n/README_tr_TR.md +++ b/readme_i18n/README_tr_TR.md @@ -1,7 +1,7 @@


License: AGPLv3 - +
diff --git a/readme_i18n/README_zh_CN.md b/readme_i18n/README_zh_CN.md index dbef824ab6..0e336d4419 100644 --- a/readme_i18n/README_zh_CN.md +++ b/readme_i18n/README_zh_CN.md @@ -1,7 +1,7 @@


License: AGPLv3 - +
diff --git a/web/src/routes/+error.svelte b/web/src/routes/+error.svelte index 8895be3bd7..e2a809c6d5 100644 --- a/web/src/routes/+error.svelte +++ b/web/src/routes/+error.svelte @@ -64,7 +64,7 @@