chiark / gitweb /
Point wiki current/history links to gitlab
authorCiaran Gultnieks <ciaran@ciarang.com>
Fri, 11 Apr 2014 15:44:13 +0000 (16:44 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Fri, 11 Apr 2014 15:44:33 +0000 (16:44 +0100)
fdroidserver/update.py

index f9d4248674deb42b839c87cf473cfd183f37ada3..b2d490b2581e847898765307277debe005bc80ee 100644 (file)
@@ -105,7 +105,7 @@ def update_wiki(apps, apks):
         wikidata += "=Maintainer Notes=\n"
         if 'Maintainer Notes' in app:
             wikidata += metadata.description_wiki(app['Maintainer Notes']) + "\n"
-        wikidata += "\nMetadata: [https://gitorious.org/f-droid/fdroiddata/source/master:metadata/{0}.txt current] [https://gitorious.org/f-droid/fdroiddata/history/metadata/{0}.txt history]\n".format(app['id'])
+        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(app['id'])
 
         # Get a list of all packages for this application...
         apklist = []