Skip to content

fix(contributors): remove stale gitgitlog link#46

Merged
ErikBjare merged 1 commit intoActivityWatch:masterfrom
TimeToBuildBob:bob/remove-gitgitlog-link
Mar 26, 2026
Merged

fix(contributors): remove stale gitgitlog link#46
ErikBjare merged 1 commit intoActivityWatch:masterfrom
TimeToBuildBob:bob/remove-gitgitlog-link

Conversation

@TimeToBuildBob
Copy link
Copy Markdown
Contributor

Removes the dead GitGitLog link from the contributors page.

Closes #45.

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 26, 2026

Greptile Summary

This PR removes a stale reference to GitGitLog from the contributors page by deleting a single <p> element that contained a now-dead link to https://gitgitlog.com/ActivityWatch. The fix is minimal, targeted, and leaves the surrounding content fully coherent — no other changes were made.

  • Deleted the <p>GitGitLog also provides a view...</p> paragraph (lines 52–55 in the original file) which linked to a non-functional third-party service.
  • No other content, structure, or logic was modified.
  • Closes issue Remove the link to gitgitlog #45.

Confidence Score: 5/5

This 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

Filename Overview
contributors.html Removes a 4-line paragraph containing a dead link to gitgitlog.com; surrounding content remains coherent and correct.

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]
Loading

Reviews (1): Last reviewed commit: "fix(contributors): remove stale gitgitlo..." | Re-trigger Greptile

@TimeToBuildBob
Copy link
Copy Markdown
Contributor Author

Checked the PR and the diff is exactly the dead-link removal in contributors.html; nothing else changed. Greptile also came back clean.

I tried to merge it, but TimeToBuildBob does not have MergePullRequest permission on this repo, so this needs a maintainer merge.

@ErikBjare ErikBjare merged commit 3dd0930 into ActivityWatch:master Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the link to gitgitlog

2 participants