From 14045b6b2be7ee16db50fe77187d06c2bf558635 Mon Sep 17 00:00:00 2001 From: Jonas Rittershofer Date: Tue, 10 Mar 2020 01:22:32 +0100 Subject: [PATCH] Update Url Signed-off-by: Jonas Rittershofer --- appinfo/info.xml | 16 ++++++++-------- src/components/_base-Controls.vue | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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') }, }, }