summaryrefslogtreecommitdiff
path: root/doc/development/new_fe_guide/modules/dirty_submit.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/new_fe_guide/modules/dirty_submit.md')
-rw-r--r--doc/development/new_fe_guide/modules/dirty_submit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/new_fe_guide/modules/dirty_submit.md b/doc/development/new_fe_guide/modules/dirty_submit.md
index f9ef96c65dc..6e1062aa72e 100644
--- a/doc/development/new_fe_guide/modules/dirty_submit.md
+++ b/doc/development/new_fe_guide/modules/dirty_submit.md
@@ -14,7 +14,7 @@ Prevent submitting forms with no changes.
Currently handles `input`, `textarea` and `select` elements.
-Also, see [the code](https://gitlab.com/gitlab-org/gitlab/blob/master/app/assets/javascripts/dirty_submit/)
+Also, see [the code](https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/javascripts/dirty_submit/)
within the GitLab project.
## Usage