Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _projects/ballot-initiative.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ is_active: true
title: VoteCatcher
image: project_thumbnails/ballot-initiative.png
image_alt_text: Handwritten PDF scans being converted into machine-readable format
github_link: https://github.com/Civic-Tech-Ballot-Inititiave/Ballot-Initiative
github_link: https://github.com/civictechdc/votecatcher
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Thanks for updating the repository link in the front matter. However, I noticed there is another hardcoded link to the GitHub repository on line 71 of this file that still points to the old URL. Please update it as well to ensure consistency.

For better maintainability, you could consider replacing the hardcoded URL on line 71 with {{ page.github_link }}. This would source the link from this front matter variable, meaning it would only need to be updated in one place in the future.

slack_channel: vote_catcher
description: Building open source campaign infrastructure that any grassroots organizer can use - starting with signature validation processes.
---
Expand Down