diff options
Diffstat (limited to 'fatcat_covid19/templates/home.html')
-rw-r--r-- | fatcat_covid19/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_covid19/templates/home.html b/fatcat_covid19/templates/home.html index f194f2c..bc75112 100644 --- a/fatcat_covid19/templates/home.html +++ b/fatcat_covid19/templates/home.html @@ -34,7 +34,7 @@ datasets, and other research resources related to the COVID-19 crisis, including public health responses to influenza pandemics more generally.") }} - <a href="/about">{{ _("Read more...") }}</a> + <a href="{{ url_for("search.page_about") }}">{{ _("Read more...") }}</a> </b> </div> </div> |