From aa5760a6b3e1ee4ea4e8a2364dc4f38916fe3e42 Mon Sep 17 00:00:00 2001 From: Jason <84899178+jasonhenriquez@users.noreply.github.com> Date: Mon, 13 Sep 2021 21:25:55 +0000 Subject: [PATCH] Replaces outdated links to FreeTube GH wiki with links to Docs site (#1698) --- README.md | 4 ++-- src/renderer/components/data-settings/data-settings.vue | 2 +- src/renderer/views/About/About.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c788496..e7951e9f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ follow the [Contribution Guidelines](https://github.com/FreeTubeApp/FreeTube/blob/development/CONTRIBUTING.md) before sending your pull request. -Thank you very much to the [People and Projects](https://github.com/FreeTubeApp/FreeTube/wiki/Credits) that make FreeTube possible! +Thank you very much to the [People and Projects](https://docs.freetubeapp.io/credits/) that make FreeTube possible! ## Localization @@ -90,7 +90,7 @@ We are actively looking for translations! We use Weblate to make it easy for tr ## Contact -If you ever have any questions, feel free to make an issue here on GitHub. Alternatively, you can email me at FreeTubeApp@protonmail.com or you can join our [Matrix Community](https://matrix.to/#/+freetube:matrix.org). Don't forget to check out the [rules](https://github.com/FreeTubeApp/FreeTube/wiki/Matrix-Server-Info-&-Rules) before joining. +If you ever have any questions, feel free to make an issue here on GitHub. Alternatively, you can email me at FreeTubeApp@protonmail.com or you can join our [Matrix Community](https://matrix.to/#/+freetube:matrix.org). Don't forget to check out the [rules](https://docs.freetubeapp.io/community/matrix/) before joining. You can also stay up to date by reading the [FreeTube Blog](https://write.as/freetube/). [View the welcome blog](https://write.as/freetube/welcome-to-freetube-blogs). diff --git a/src/renderer/components/data-settings/data-settings.vue b/src/renderer/components/data-settings/data-settings.vue index 93bb8dc3..f95aeefb 100644 --- a/src/renderer/components/data-settings/data-settings.vue +++ b/src/renderer/components/data-settings/data-settings.vue @@ -30,7 +30,7 @@

{{ $t("Settings.Data Settings.How do I import my subscriptions?") }} diff --git a/src/renderer/views/About/About.js b/src/renderer/views/About/About.js index c1366731..853f9050 100644 --- a/src/renderer/views/About/About.js +++ b/src/renderer/views/About/About.js @@ -59,7 +59,7 @@ export default Vue.extend({ { icon: 'comment-dots', title: this.$t('About.Chat on Matrix'), - content: `#freetube:matrix.org
${this.$t('About.Please read the')} ${this.$t('About.room rules')}` + content: `#freetube:matrix.org
${this.$t('About.Please read the')} ${this.$t('About.room rules')}` }, { icon: 'language',