Fix template links for split uncategorized
We recently landed a patch to split the uncategorized page into 2 for integrated gate jobs and everything else. However, that patch neglected to update the links on the other html files to reflect the new filenames. This commit fixes the oversight. Change-Id: I10f05ae6fb9c31bcfc87ff47d878c3af58176734
This commit is contained in:
parent
86c1bab8b0
commit
6f3f703cba
@ -84,7 +84,8 @@
|
||||
<ul class="nav nav-tabs">
|
||||
<li><a href="index.html">All Pipelines</a></li>
|
||||
<li class="active"><a href="gate.html">Gate Pipeline</a></li>
|
||||
<li><a href="data/uncategorized.html">Uncategorized</a></li>
|
||||
<li><a href="data/integrated_gate.html">Uncategorized Integrated Gate Jobs</a></li>
|
||||
<li><a href="data/others.html">Uncategorized</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -81,7 +81,8 @@
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active"><a href="index.html">All Pipelines</a></li>
|
||||
<li><a href="gate.html">Gate Pipeline</a></li>
|
||||
<li><a href="data/uncategorized.html">Uncategorized</a></li>
|
||||
<li><a href="data/integrated_gate.html">Uncategorized Integrated Gate Jobs</a></li>
|
||||
<li><a href="data/others.html">Uncategorized</a></li>
|
||||
</ul>
|
||||
<p>The elastic-recheck project uses Elasticsearch to classify and track OpenStack gate failures. Documentation can be found here: <a href="http://docs.openstack.org/infra/elastic-recheck/">http://docs.openstack.org/infra/elastic-recheck/</a>. You can also learn more by reading this post on the Elasticsearch blog: <a href="http://www.elasticsearch.org/blog/openstack-elastic-recheck-powered-elk-stack/">OpenStack elastic-recheck: powered by the elk stack</a>.</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user