Skip to content

Commit 5f78f4c

Browse files
authored
Fix wrong link and title for dashboard (#184)
1 parent 0e95c5d commit 5f78f4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Newest Release Notes
3333
Current Integration Status Overview
3434
-----------------------------------
3535

36-
`View dashboard (points always to main for now) <https://eclipse-score.github.io/reference_integration/main/status_report.html>`_
36+
`View dashboard (points always to main for now) <https://eclipse-score.github.io/reference_integration/main/status_dashboard.html>`_
3737

3838
Explore the documentation
3939
-------------------------

scripts/tooling/cli/misc/assets/report_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Known Good Status</title>
6+
<title>Module Integration Status</title>
77
<style>
88
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
99

0 commit comments

Comments
 (0)