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
@@ -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}`;
}
/**