Skip to content

Commit

Permalink
Fix GitHub repository link redirect issue on Methodology page (#878) (#…
Browse files Browse the repository at this point in the history
…883)

* Fix GitHub repository link redirect issue on Methodology page (#878)

* refactor: update redirect link to https://github.com/CodeForPhilly/clean-and-green-philly

---------

Co-authored-by: Gary Pang <[email protected]>
Co-authored-by: Samip B Thapa <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent 50124fe commit ea1ec9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(content-pages)/methodology/MethodologyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export default function MethodologyPage() {
<p className="body-md mb-4">
Documentation of the data that we use is available on{' '}
<a
href="https://www.figma.com/exit?url=https%3A%2F%2Fgithub.com%2FCodeForPhilly%2Fvacant-lots-proj"
href="https://github.com/CodeForPhilly/clean-and-green-philly"
target="_blank"
rel="noopener noreferrer"
className="link"
Expand Down

0 comments on commit ea1ec9a

Please sign in to comment.