Skip to content
Snippets Groups Projects
Unverified Commit 70125349 authored by Thong Kuah's avatar Thong Kuah :speech_balloon: Committed by GitLab
Browse files

Merge branch 'esnard-master-patch-76411' into 'master'

Fix the link to the "Git Basics - Tagging" page

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169428



Merged-by: default avatarThong Kuah <tkuah@gitlab.com>
Approved-by: default avatarThong Kuah <tkuah@gitlab.com>
Co-authored-by: default avatarBenoit Esnard <benoit.esnard@gmail.com>
parents b61066ab 44eb41ea
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,7 +16,7 @@ def protected_tag?(project, tag)
def tag_description_help_text
text = s_('TagsPage|Optionally, add a message to the tag. Leaving this blank creates '\
'a %{link_start}lightweight tag.%{link_end}') % {
link_start: '<a href="https://git-scm.com/book/en/v2/Git-Basics-Tagging\" target="_blank" rel="noopener noreferrer">',
link_start: '<a href="https://git-scm.com/book/en/v2/Git-Basics-Tagging" target="_blank" rel="noopener noreferrer">',
link_end: '</a>'
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment