Skip to content

Commit

Permalink
Fix recommended security template link (#1625)
Browse files Browse the repository at this point in the history
Signed-off-by: rickbrouwer <[email protected]>
  • Loading branch information
rickbrouwer authored Nov 13, 2024
1 parent 436c28f commit 0f2d05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3645,7 +3645,7 @@ exports[`RepositoriesList creates snapshot 1`] = `
<a
aria-label="Recommended template: SECURITY.md"
class="link d-inline-block"
href="https://github.com/cncf/tag-security/blob/main/project-resources/templates/SECURITY.md"
href="https://github.com/cncf/tag-security/blob/main/community/resources/project-resources/templates/SECURITY.md"
rel="noopener noreferrer"
tabindex="-1"
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion web/src/layout/detail/repositories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const RepositoriesList = (props: Props) => {
recommendedTemplates={[
{
name: 'SECURITY.md',
url: 'https://github.com/cncf/tag-security/blob/main/project-resources/templates/SECURITY.md',
url: 'https://github.com/cncf/tag-security/blob/main/community/resources/project-resources/templates/SECURITY.md',
},
]}
getAnchorLink={getAnchorLink}
Expand Down

0 comments on commit 0f2d05e

Please sign in to comment.