Point to new gitlab URL

This commit is contained in:
Eliot Berriot 2018-12-10 16:00:33 +01:00
parent 1da58f7015
commit 99359094e0
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
20 changed files with 55 additions and 55 deletions

View file

@ -143,7 +143,7 @@ class Command(BaseCommand):
for m in raw_matching:
# In some situations, the path is encoded incorrectly on the filesystem
# so we filter out faulty paths and display a warning to the user.
# see https://code.eliotberriot.com/funkwhale/funkwhale/issues/138
# see https://dev.funkwhale.audio/funkwhale/funkwhale/issues/138
try:
m.encode("utf-8")
matching.append(m)