diff --git a/templates/footer.html b/templates/footer.html index 7a1460a38e6c5f1ece77f410967aad17ee11582f..0ad6ab4a8a4ade3d25b26494c067fcb92047f3d4 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -10,7 +10,7 @@ var $footerSearch = document.getElementById("footersearch"); var footerSearchString = $footerSearch.value; console.log("pressed enter") - document.location.href = "http://dunitrust.trentesaux.fr/search/?s=" + footerSearchString; + document.location.href = "http://duniter.trentesaux.fr/search/?s=" + footerSearchString; } }); </script>