Skip to content

Commit 3ff7db2

Browse files
committed
fix: update comment with issue number
Signed-off-by: Vasu <[email protected]>
1 parent e33a424 commit 3ff7db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcp/website/frontend_handlers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,8 @@ def markdown(text):
855855
# space rather than %2B
856856
# See: https://github.com/trentm/python-markdown2/issues/621
857857
md = _URL_MARKDOWN_REPLACER.sub(r'\1/+/\3', md)
858-
# Remove empty anchor tags that cause visual artifacts in rendered markdown.
859-
# See: https://github.com/google/osv.dev/issues/<issue-number>
858+
# Removes empty anchor tags that cause visual artifacts in rendered markdown
859+
# See: https://github.com/google/osv.dev/issues/4237
860860
md = _ANCHOR_TAG_REPLACER.sub('', md)
861861

862862
return md

0 commit comments

Comments
 (0)