summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-08 11:01:57 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-08 11:01:57 +0100
commit49389280411023f246c5c61155a4eded69b530ec (patch)
tree4700f82760b79f0f05576c123eb10b8e6a87e3c5
parent09d5e475f8b31d1070dea6113c3ea6f6114ee240 (diff)
downloaddeployment-49389280411023f246c5c61155a4eded69b530ec.tar.gz
deployment-49389280411023f246c5c61155a4eded69b530ec.tar.bz2
deployment-49389280411023f246c5c61155a4eded69b530ec.zip
buildbot: fix URL, adding trailing slash
-rw-r--r--buildbot/master-lonelyslave.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master-lonelyslave.cfg b/buildbot/master-lonelyslave.cfg
index 718297e..7c81951 100644
--- a/buildbot/master-lonelyslave.cfg
+++ b/buildbot/master-lonelyslave.cfg
@@ -151,9 +151,9 @@ c['www'] = dict(port=8010,
####### PROJECT IDENTITY
c['title'] = "Taler"
-c['titleURL'] = "https://taler.net"
+c['titleURL'] = "https://taler.net/"
-c['buildbotURL'] = "https://buildbot.taler.net"
+c['buildbotURL'] = "https://buildbot.taler.net/"
####### DB URL
c['db'] = {