aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/procinterrupt.cpp
diff options
context:
space:
mode:
authorEike Ziller <[email protected]>2015-03-10 09:20:33 +0100
committerEike Ziller <[email protected]>2015-03-10 13:50:48 +0000
commit1eeca66c29a46d96eaf72cd82f000fd5ad15166c (patch)
tree0380fe8ece2448965938738b44f4675b7de8924d /src/plugins/debugger/procinterrupt.cpp
parent9bef92de92fbeeb2ad9e516a75caae67aab927d5 (diff)
Get rid of Gitorious links
That service is discontinued, and we have our own mirror anyhow. Change-Id: I8a45401e2c0c889d87c675a79ae16684d7c69a7a Reviewed-by: Oswald Buddenhagen <[email protected]> Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/debugger/procinterrupt.cpp')
-rw-r--r--src/plugins/debugger/procinterrupt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/procinterrupt.cpp b/src/plugins/debugger/procinterrupt.cpp
index 83134ca9125..35d7dec2eb4 100644
--- a/src/plugins/debugger/procinterrupt.cpp
+++ b/src/plugins/debugger/procinterrupt.cpp
@@ -154,7 +154,7 @@ GDB 32bit | Api | Api | NA | Win32
if (!QFile::exists(executable)) {
*errorMessage = QString::fromLatin1("%1 does not exist. If you have built QtCreator "
"on your own ,checkout "
- "http://qt.gitorious.org/qt-creator/binary-artifacts.").
+ "https://code.qt.io/cgit/qt-creator/binary-artifacts.git/.").
arg(QDir::toNativeSeparators(executable));
break;
}