We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426a44d commit f3a21e3Copy full SHA for f3a21e3
1 file changed
plugin/registry.go
@@ -13,7 +13,7 @@ import (
13
"time"
14
)
15
16
-const defaultIndexURL = "https://raw.githubusercontent.com/GrayCodeAI/hawk-skills/main/registry.json"
+const defaultIndexURL = "https://raw.githubusercontent.com/GrayCodeAI/hawk-community-skills/main/registry.json"
17
18
// SkillEntry is a single skill in the registry index.
19
type SkillEntry struct {
0 commit comments