Gitlab link in website is broken
The link to the gitlab in the top-right corner of the documentation part of the website https://caribou-project.docs.cern.ch/docs/ is broken and leads to "https://gitlab.com/https:/gitlab.cern.ch/caribou"
Weirdly, it works fine from this part of the site https://caribou-project.docs.cern.ch/.
Maybe this line is the issue and that it can be fixed using the gitlab_url parameter, changing:
social:
gitlab: "https://gitlab.cern.ch/caribou"
rss: ""
to
social:
gitlab_url: "https://gitlab.cern.ch/caribou"
rss: ""