summaryrefslogtreecommitdiff
path: root/utils/themeeditor
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor')
-rw-r--r--utils/themeeditor/gui/targetdownloader.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/themeeditor/gui/targetdownloader.cpp b/utils/themeeditor/gui/targetdownloader.cpp
index c5b4bf1fe4..ee362f980f 100644
--- a/utils/themeeditor/gui/targetdownloader.cpp
+++ b/utils/themeeditor/gui/targetdownloader.cpp
@@ -49,8 +49,9 @@ TargetDownloader::TargetDownloader(QWidget *parent, QString path) :
ui->label->setText(tr("Downloading targetdb"));
QNetworkRequest request;
- request.setUrl(QUrl("http://svn.rockbox.org/viewvc.cgi/trunk/utils/"
- "themeeditor/resources/targetdb"));
+ request.setUrl(
+ QUrl("https://git.rockbox.org/cgit/rockbox.git/plain/"
+ "utils/themeeditor/resources/targetdb"));
request.setRawHeader("User-Agent", "Rockbox Theme Editor");
reply = manager->get(request);