mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
fix linking to yml metadata in wiki
This commit is contained in:
parent
cb368a674c
commit
681a27546c
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ def update_wiki(apps, apks):
|
||||||
wikidata += "=Maintainer Notes=\n"
|
wikidata += "=Maintainer Notes=\n"
|
||||||
if app.MaintainerNotes:
|
if app.MaintainerNotes:
|
||||||
wikidata += metadata.description_wiki(app.MaintainerNotes) + "\n"
|
wikidata += metadata.description_wiki(app.MaintainerNotes) + "\n"
|
||||||
wikidata += "\nMetadata: [https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/{0}.txt current] [https://gitlab.com/fdroid/fdroiddata/commits/master/metadata/{0}.txt history]\n".format(appid)
|
wikidata += "\nMetadata: [https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/{0}.yml current] [https://gitlab.com/fdroid/fdroiddata/commits/master/metadata/{0}.yml history]\n".format(appid)
|
||||||
|
|
||||||
# Get a list of all packages for this application...
|
# Get a list of all packages for this application...
|
||||||
apklist = []
|
apklist = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue