We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7554498 commit 8e0e1f1Copy full SHA for 8e0e1f1
presentation/markdown_generator.go
@@ -31,7 +31,7 @@ func (m *MarkdownGenerator) Generate(stats *domain.ProfileStats) string {
31
lines = append(lines, "")
32
lines = append(lines, "# 📊 Git Insights Dashboard")
33
34
- lines = append(lines, "[](https://github.com)")
+ lines = append(lines, "[](https://github.com/awcodify/GitInsights)")
35
36
lines = append(lines, "</div>")
37
0 commit comments