diff --git a/master/buildbot/scripts/sample.cfg b/master/buildbot/scripts/sample.cfg index 155dcd9e2c5..c461f644b61 100644 --- a/master/buildbot/scripts/sample.cfg +++ b/master/buildbot/scripts/sample.cfg @@ -107,7 +107,7 @@ c['status'].append(html.WebStatus(http_port=8010, authz=authz_cfg)) # 'titleURL') and is embedded in the title of the waterfall HTML page. c['title'] = "Pyflakes" -c['titleURL'] = "http://divmod.org/trac/wiki/DivmodPyflakes" +c['titleURL'] = "https://launchpad.net/pyflakes" # the 'buildbotURL' string should point to the location where the buildbot's # internal web server (usually the html.WebStatus page) is visible. This