Skip to content

Commit e208a54

Browse files
authored
Update security challenge links to skills-dev
Updated links for security challenge resources to use 'skills-dev' organization.
1 parent fc70cce commit e208a54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/security-challenge.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ export default function SecurityChallenge() {
2222
{
2323
title: "Secure Your Repository's Supply Chain",
2424
description: "Learn how to secure your repository's supply chain with proper dependency management",
25-
link: "https://github.com/skills/secure-repository-supply-chain",
25+
link: "https://github.com/skills-dev/secure-repository-supply-chain",
2626
icon: "🔒"
2727
},
2828
{
2929
title: "Introduction to Secret Scanning",
3030
description: "Learn how to prevent accidental secret leaks and secure your repositories",
31-
link: "https://github.com/skills/introduction-to-secret-scanning",
31+
link: "https://github.com/skills-dev/introduction-to-secret-scanning",
3232
icon: "🔍"
3333
}
3434
]
@@ -128,4 +128,4 @@ If you have any questions about the challenge or certification exam, please reac
128128
</div>
129129
</div>
130130
)
131-
}
131+
}

0 commit comments

Comments
 (0)