Merge "Remove double slash for individual links"

This commit is contained in:
Jenkins 2016-06-03 15:03:55 +00:00 committed by Gerrit Code Review
commit 16040ffb8e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class openstack_project::status (
$recheck_ssh_private_key,
$recheck_bot_passwd,
$recheck_bot_nick,
$status_base_url = 'http://status.openstack.org/',
$status_base_url = 'http://status.openstack.org',
$status_title = 'OpenStack',
$graphite_render_url = 'http://graphite.openstack.org/render/',
$jenkins_gitfullname = 'OpenStack Jenkins',