diff --git a/theses/forms.py b/theses/forms.py
index d2c32be4ea1a7c44b5223410f4d6cd1cd31de0a3..4d3242bac47a9786778c225968f4f051620ab6f7 100644
--- a/theses/forms.py
+++ b/theses/forms.py
@@ -69,7 +69,7 @@ class VetThesisLinkForm(BaseRequestThesisLinkForm):
         mail_params = {
             'vocative_title': thesislink.requested_by.get_title_display(),
             'thesislink': thesislink,
-            'full_url': 'https//www.scipost.org{url}'.format(url=thesislink.get_absolute_url())
+            'full_url': 'https://scipost.org{url}'.format(url=thesislink.get_absolute_url())
         }
         action = int(self.cleaned_data['action_option'])