Skip to content

Commit 1ea9ad1

Browse files
committed
fix: rename to forecast evaluator
1 parent 62b64d5 commit 1ea9ad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ relativeURLs = false
5858
weight = 4
5959
[[menu.main]]
6060
parent = "covidcast"
61-
name = "Forecast Evaluator"
61+
name = "Forecast Evaluation"
6262
url = "/forecast-eval/"
6363
weight = 40
6464
[[menu.main]]

themes/delphi/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h5 class="uk-text-bold">COVIDcast</h5>
99
<ul class="uk-list">
1010
<li><a class="uk-link-text uk-text-small" href="{{ relref . "/covidcast" }}">Overview</a></li>
11-
<li><a class="uk-link-text uk-text-small" href="/forecast-eval/">Forecast Evaluator</a></li>
11+
<li><a class="uk-link-text uk-text-small" href="/forecast-eval/">Forecast Evaluation</a></li>
1212
<li><a class="uk-link-text uk-text-small" href="{{ relref . "/covidcast/surveys" }}">Surveys</a></li>
1313
<li>
1414
<a class="uk-link-text uk-text-small" href="{{ relref . "/covidcast/survey-results" }}">Survey Results</a>

0 commit comments

Comments
 (0)