From dfe0dd99a09e61a2b8e54faa8e4ed72897a845a3 Mon Sep 17 00:00:00 2001
From: Filip Aleksic <faleksic@gitlab.com>
Date: Mon, 29 Jan 2024 11:43:56 +0000
Subject: [PATCH] Fix dot placement

---
 doc/user/project/repository/push_rules.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/user/project/repository/push_rules.md b/doc/user/project/repository/push_rules.md
index ff533cd28ccf7..35a41d1650b3e 100644
--- a/doc/user/project/repository/push_rules.md
+++ b/doc/user/project/repository/push_rules.md
@@ -301,7 +301,7 @@ In GitLab 13.10, if a project has the **Reject unsigned commits** push rule, the
 create commits through the GitLab Web IDE.
 
 To allow committing through the Web IDE on a project with this push rule, a GitLab administrator
-must disable the feature flag `reject_unsigned_commits_by_gitlab`. [with a flag](../../../administration/feature_flags.md)
+must disable the feature flag `reject_unsigned_commits_by_gitlab` [with a flag](../../../administration/feature_flags.md).
 
 ```ruby
 Feature.disable(:reject_unsigned_commits_by_gitlab)
-- 
GitLab