Update Url

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Jonas Rittershofer 2020-03-10 01:22:32 +01:00
parent cbb181ec5b
commit 14045b6b2b
2 changed files with 9 additions and 9 deletions

View file

@ -19,18 +19,18 @@
<author>Stephan Link</author>
<author>Kameron Sheppard</author>
<documentation>
<admin>https://github.com/affan98/forms/blob/master/README.md</admin>
<admin>https://github.com/nextcloud/forms/blob/master/README.md</admin>
</documentation>
<category>tools</category>
<category>social</category>
<category>organization</category>
<website>https://github.com/affan98/forms</website>
<bugs>https://github.com/affan98/forms/issues</bugs>
<repository type="git">https://github.com/affan98/forms</repository>
<screenshot>https://raw.githubusercontent.com/affan98/forms/master/screenshots/Create.PNG</screenshot>
<screenshot>https://raw.githubusercontent.com/affan98/forms/master/screenshots/List.PNG</screenshot>
<screenshot>https://raw.githubusercontent.com/affan98/forms/master/screenshots/Vote.PNG</screenshot>
<screenshot>https://raw.githubusercontent.com/affan98/forms/master/screenshots/Results.PNG</screenshot>
<website>https://github.com/nextcloud/forms</website>
<bugs>https://github.com/nextcloud/forms/issues</bugs>
<repository type="git">https://github.com/nextcloud/forms</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/Create.PNG</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/List.PNG</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/Vote.PNG</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/Results.PNG</screenshot>
<dependencies>
<nextcloud min-version="17" max-version="19" />
</dependencies>

View file

@ -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')
},
},
}