diff --git a/layouts/partials/page-meta-links.html b/layouts/partials/page-meta-links.html
index c7e64bde16..3ec82d830f 100644
--- a/layouts/partials/page-meta-links.html
+++ b/layouts/partials/page-meta-links.html
@@ -40,7 +40,7 @@
{{ T "post_view_this" }}
{{ T "post_edit_this" }}
{{ T "post_create_child_page" }}
- {{ T "post_create_issue" }}
+ {{ T "post_create_issue" }}
{{ with $gh_project_repo -}}
{{ $project_issueURL := printf "%s/issues/new" . -}}
{{ T "post_create_project_issue" }}
diff --git a/userguide/content/en/docs/Adding content/repository-links.md b/userguide/content/en/docs/Adding content/repository-links.md
index d701115304..07ebc05501 100644
--- a/userguide/content/en/docs/Adding content/repository-links.md
+++ b/userguide/content/en/docs/Adding content/repository-links.md
@@ -14,7 +14,7 @@ The Docsy [docs and blog layouts](/docs/adding-content/content/#adding-docs-and-
This page shows you how to configure these links.
-Currently, Docsy supports only GitHub repository links "out of the box". If you are using another repository such as Bitbucket and would like generated repository links, feel free to [add a feature request or update our theme](/docs/contribution-guidelines/).
+Currently, Docsy supports only GitHub repository links "out of the box". Since GitLab can handle the same link scheme, it should work as well. If you are using another repository such as Bitbucket and would like generated repository links, feel free to [add a feature request or update our theme](/docs/contribution-guidelines/).
## Link configuration