Add new docs and blog URLs to About page
This commit is contained in:
parent
81a571e7c9
commit
5322280b2f
|
@ -29,7 +29,7 @@ export default Vue.extend({
|
||||||
{
|
{
|
||||||
icon: 'question-circle',
|
icon: 'question-circle',
|
||||||
title: this.$t('About.Help'),
|
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',
|
icon: 'exclamation-circle',
|
||||||
|
@ -44,7 +44,7 @@ export default Vue.extend({
|
||||||
{
|
{
|
||||||
icon: 'newspaper',
|
icon: 'newspaper',
|
||||||
title: this.$t('About.Blog'),
|
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',
|
icon: 'envelope',
|
||||||
|
|
Loading…
Reference in New Issue