diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-21 16:30:06 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-21 16:30:06 +0100 |
| commit | 12024aab9ea9aec5cdb1241f1d9d549decd3e456 (patch) | |
| tree | 8625d7d0cf4d22f40c1aacc7037a49eebff1bdc7 | |
| parent | a28be0732118547e4058aad5ec1fcaebecf2c4d2 (diff) | |
about: Fix Travel::Status::DE::EFA link
Closes #339
| -rw-r--r-- | templates/about.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.html.ep b/templates/about.html.ep index a76cb94..87da783 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -7,7 +7,7 @@ <%= L('about.data-sources') %>: <a href="https://finalrewind.org/projects/Travel-Status-DE-DBRIS/">Travel::Status::DE::DBRIS</a> v<%= $Travel::Status::DE::DBRIS::VERSION %>, - <a href="https://finalrewind.org/projects/Travel-Status-DE-EFA/">Travel::Status::DE::EFA</a> + <a href="https://finalrewind.org/projects/Travel-Status-DE-VRR/">Travel::Status::DE::EFA</a> v<%= $Travel::Status::DE::EFA::VERSION %>, <a href="https://finalrewind.org/projects/Travel-Status-DE-HAFAS/">Travel::Status::DE::HAFAS</a> v<%= $Travel::Status::DE::HAFAS::VERSION %>, |
