Skip to content

Commit 8e0e1f1

Browse files
committed
fix: Update badge link in Git Insights dashboard for accurate repository reference
1 parent 7554498 commit 8e0e1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation/markdown_generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func (m *MarkdownGenerator) Generate(stats *domain.ProfileStats) string {
3131
lines = append(lines, "")
3232
lines = append(lines, "# 📊 Git Insights Dashboard")
3333
lines = append(lines, "")
34-
lines = append(lines, "[![Profile Stats](https://img.shields.io/badge/Profile-Statistics-blueviolet?style=for-the-badge&logo=github)](https://github.com)")
34+
lines = append(lines, "[![Profile Stats](https://img.shields.io/badge/Git-Insights-blueviolet?style=for-the-badge&logo=github)](https://github.com/awcodify/GitInsights)")
3535
lines = append(lines, "")
3636
lines = append(lines, "</div>")
3737
lines = append(lines, "")

0 commit comments

Comments
 (0)