Commit 0af09c172f053c0ff9f6d7c91de96266665de923
1 parent
aa7247d6
Exists in
master
and in
2 other branches
Update the footer link to the CDPP website.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
web/view/layout.html.jinja2
... | ... | @@ -82,7 +82,7 @@ |
82 | 82 | </p> |
83 | 83 | </div> |
84 | 84 | <div class="mdl-mini-footer__right-section"> |
85 | - <a href="http://cdpp.irap.omp.eu"> | |
85 | + <a href="http://www.cdpp.eu"> | |
86 | 86 | <img class="logo" src="{{ static('img/logo/logo_cdpp.png') }}" alt="CDPP" id="logo_cdpp" /> |
87 | 87 | </a> |
88 | 88 | | ... | ... |