Fix a few bad links (#8413)

This commit is contained in:
Jack Amadeo
2026-04-08 17:00:35 -04:00
committed by GitHub
parent f2f5baab74
commit 78864ecdad
11 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export default function SkillsPage() {
<Button
onClick={() =>
window.open(
"https://github.com/aaif-goose/Agent-Skills?tab=readme-ov-file#contributing-a-skill",
"https://github.com/block/Agent-Skills?tab=readme-ov-file#contributing-a-skill",
"_blank",
)
}
+1 -1
View File
@@ -252,7 +252,7 @@ function generateInstallCommand(
* Generate the view source URL for a skill in the Agent-Skills repo
*/
function generateViewSourceUrl(skillId: string): string {
return `https://github.com/aaif-goose/Agent-Skills/tree/main/${skillId}`;
return `https://github.com/block/Agent-Skills/tree/main/${skillId}`;
}
/**