Skip to content

Commit 574d6bf

Browse files
thewtexdzenanz
authored andcommitted
DOC: Fix dashboard link
Use Build Name instead of Group to obtain all GitHub Actions builds.
1 parent 910dbaa commit 574d6bf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Documentation/Contribute/DashboardSubmission.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@ back up. To do this
119119
Thank you for contributing to the quality of the ITK Examples!
120120

121121
.. _CDash: https://www.cdash.org/
122-
.. _ITKExamples dashboard: https://open.cdash.org/index.php?project=Insight&filtercount=1&showfilters=1&field1=groupname/string&compare1=63&value1=Examples
122+
.. _ITKExamples dashboard: https://open.cdash.org/index.php?project=Insight&filtercount=1&showfilters=0&field1=buildname/string&compare1=63&value1=Examples
123123
.. _setup a cronjob: https://en.wikipedia.org/wiki/Cron

Documentation/Contribute/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ facets are important to the success of the project.
3131
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
3232
.. _Sphinx: https://www.sphinx-doc.org/en/master/
3333
.. _Quick reStructuredText: http://docutils.sourceforge.net/docs/user/rst/quickref.html
34-
.. _Dashboard: https://open.cdash.org/index.php?project=Insight&filtercount=1&showfilters=1&field1=groupname/string&compare1=63&value1=Examples
34+
.. _Dashboard: https://open.cdash.org/index.php?project=Insight&filtercount=1&showfilters=0&field1=buildname/string&compare1=63&value1=Examples

Formatting/templates/indexcontent.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ <h1>Welcome to the Insight Toolkit Examples!</h1>
4343
<span class="linkdescr">who wrote the code</span></p>
4444
</td>
4545
<td class="contentstable" width="50%">
46-
<p class="biglink"><a class="biglink" href="https://open.cdash.org/index.php?project=Insight&filtercount=1&showfilters=1&field1=groupname/string&compare1=63&value1=Examples">Dashboard</a><br/>
46+
<p class="biglink"><a class="biglink"
47+
href="https://open.cdash.org/index.php?project=Insight&filtercount=1&showfilters=0&field1=buildname/string&compare1=63&value1=Examples">Dashboard</a><br/>
4748
<span class="linkdescr">software quality dashboard</span></p>
4849
</td>
4950
</tr>

0 commit comments

Comments
 (0)