diff --git a/appinfo/info.xml b/appinfo/info.xml index 7d54d4a..30a0a46 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -19,18 +19,18 @@ Stephan Link Kameron Sheppard - https://github.com/affan98/forms/blob/master/README.md + https://github.com/nextcloud/forms/blob/master/README.md tools social organization - https://github.com/affan98/forms - https://github.com/affan98/forms/issues - https://github.com/affan98/forms - https://raw.githubusercontent.com/affan98/forms/master/screenshots/Create.PNG - https://raw.githubusercontent.com/affan98/forms/master/screenshots/List.PNG - https://raw.githubusercontent.com/affan98/forms/master/screenshots/Vote.PNG - https://raw.githubusercontent.com/affan98/forms/master/screenshots/Results.PNG + https://github.com/nextcloud/forms + https://github.com/nextcloud/forms/issues + https://github.com/nextcloud/forms + https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/Create.PNG + https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/List.PNG + https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/Vote.PNG + https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/Results.PNG diff --git a/src/components/_base-Controls.vue b/src/components/_base-Controls.vue index 9772a9b..6633585 100644 --- a/src/components/_base-Controls.vue +++ b/src/components/_base-Controls.vue @@ -58,7 +58,7 @@ export default { }, methods: { helpPage() { - window.open('https://github.com/affan98/forms/blob/master/Forms_Support.md') + window.open('https://github.com/nextcloud/forms/blob/master/Forms_Support.md') }, }, }