Fix a few bad links (#8413)
This commit is contained in:
@@ -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",
|
||||
)
|
||||
}
|
||||
|
||||
@@ -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}`;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user