mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Merge pull request #175 from zichen0116/fix/wrong-github-url-in-footer
fix: correct GitHub URL in onboarding guide footer
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user