fix(contributors): remove stale gitgitlog link#46
fix(contributors): remove stale gitgitlog link#46ErikBjare merged 1 commit intoActivityWatch:masterfrom
Conversation
Greptile SummaryThis PR removes a stale reference to GitGitLog from the contributors page by deleting a single
Confidence Score: 5/5This PR is safe to merge immediately — it is a pure dead-link removal with no functional risk. The change is a 4-line HTML deletion that removes a paragraph with a dead external link. There are no logic changes, no template logic affected, no styling altered, and the page reads naturally without the removed paragraph. No issues were found. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[contributors.html] --> B[Intro paragraphs]
B --> C[Avatar list]
C --> D[Visualization section]
D --> E[Tables section header]
E --> F["contributor-stats repo link (kept)"]
F -.->|REMOVED| G["GitGitLog link ❌"]
F --> H[Note about inflated maintainer numbers]
H --> I[Contribution tables loop]
I --> J[GitHub Stats details]
Reviews (1): Last reviewed commit: "fix(contributors): remove stale gitgitlo..." | Re-trigger Greptile |
|
Checked the PR and the diff is exactly the dead-link removal in I tried to merge it, but |
Removes the dead GitGitLog link from the contributors page.
Closes #45.