Skip to content

Commit

Permalink
Add new docs and blog URLs to About page
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonN committed Apr 30, 2021
1 parent 81a571e commit 5322280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/views/About/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default Vue.extend({
{
icon: 'question-circle',
title: this.$t('About.Help'),
content: `<a href="https://github.com/FreeTubeApp/FreeTube/wiki">${this.$t('About.FreeTube Wiki')}</a> / <a href="https://github.com/FreeTubeApp/FreeTube/wiki/F.A.Q.">${this.$t('About.FAQ')}</a>`
content: `<a href="https://docs.freetubeapp.io/">${this.$t('About.FreeTube Wiki')}</a> / <a href="https://docs.freetubeapp.io/faq/">${this.$t('About.FAQ')}</a>`
},
{
icon: 'exclamation-circle',
Expand All @@ -44,7 +44,7 @@ export default Vue.extend({
{
icon: 'newspaper',
title: this.$t('About.Blog'),
content: '<a href="https://freetube.writeas.com/">https://freetube.writeas.com/</a>'
content: '<a href="https://blog.freetubeapp.io">https://blog.freetubeapp.io</a>'
},
{
icon: 'envelope',
Expand Down

0 comments on commit 5322280

Please sign in to comment.