diff --git a/understand-anything-plugin/src/onboard-builder.ts b/understand-anything-plugin/src/onboard-builder.ts index ed79445..8d30402 100644 --- a/understand-anything-plugin/src/onboard-builder.ts +++ b/understand-anything-plugin/src/onboard-builder.ts @@ -117,7 +117,7 @@ export function buildOnboardingGuide(graph: KnowledgeGraph): string { // --- Footer --- lines.push("---"); lines.push(""); - lines.push(`*Generated by [Understand Anything](https://github.com/anthropics/understand-anything) from knowledge graph v${graph.version}*`); + lines.push(`*Generated by [Understand Anything](https://github.com/Lum1104/Understand-Anything) from knowledge graph v${graph.version}*`); lines.push(""); return lines.join("\n");