Skip to content

Commit 1d4f417

Browse files
committed
Use rooted URL for the image in SECURITY.md
Turns out the security policy document is accessible on GitHub from at least two paths, and the relative image URL only worked in one and not the other. Using a rooted URL fixes that problem.
1 parent abecb6c commit 1d4f417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository page.
1313

1414
<div align="center">
1515
<img width="75%" alt="Location of the report button on the repository page"
16-
src="./report-vulnerability-button.png">
16+
src="/.github/report-vulnerability-button.png">
1717
</div>
1818

1919
Please report security issues in third-party modules to the person or team

0 commit comments

Comments
 (0)