From 33074db56eaedefabca4ca6367a2a24f24d14afa Mon Sep 17 00:00:00 2001 From: Elizabeth Krumbach Joseph Date: Wed, 14 May 2014 10:50:43 -0700 Subject: [PATCH] Replace Rechecks with elastic-recheck page The rechecks page currently on status.openstack.org is broken and not worth fixing. Replacing link with the new elastic-recheck page. Change-Id: Ie98505d71d3dedc0dd75bcf0e85de48f483f9331 --- modules/openstack_project/files/status/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/status/common.js b/modules/openstack_project/files/status/common.js index dcf7bff568..2bfd4d0d3a 100644 --- a/modules/openstack_project/files/status/common.js +++ b/modules/openstack_project/files/status/common.js @@ -17,7 +17,7 @@ function header(activeTabName) { tabsLink = new Array(); tabsName[0] = 'Status'; tabsLink[0] = 'http://status.openstack.org/'; tabsName[1] = 'Zuul'; tabsLink[1] = 'http://status.openstack.org/zuul/'; - tabsName[2] = 'Rechecks'; tabsLink[2] = 'http://status.openstack.org/rechecks/'; + tabsName[2] = 'Rechecks'; tabsLink[2] = 'http://status.openstack.org/elastic-recheck/'; tabsName[3] = 'Release'; tabsLink[3] = 'http://status.openstack.org/release/'; tabsName[4] = 'Reviews'; tabsLink[4] = 'http://status.openstack.org/reviews/'; tabsName[5] = 'Bugday'; tabsLink[5] = 'http://status.openstack.org/bugday/';