Skip to content

Commit 61a2dcd

Browse files
security-package/issues/140: Link "Read instructions on how to generate signature" in Store-Configuration is incorrect.
1 parent 466636c commit 61a2dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Securitytxt/Model/Config/Signature.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Signature implements CommentInterface
2424
*/
2525
public function getCommentText($elementValue): string
2626
{
27-
return "<a href='https://devdocs.magento.com/' target='_blank'>
27+
return "<a href='https://github.com/magento/security-package/blob/1.0-develop/Securitytxt/README.md' target='_blank'>
2828
Read instructions on how to generate signature
2929
</a>";
3030
}

0 commit comments

Comments
 (0)