GSA / code-gov-web

DEPRECATED 🛑- Federal Source Code policy implementation.
Other
408 stars 110 forks source link

Broken link on homepage #688

Closed jakerella closed 5 years ago

jakerella commented 5 years ago

Expected Behavior

When on the home page, I click on the "Explore Open Tasks" button in the hero element and I expect to be taken to the open tasks page.

Current Behavior

Instead of being taken to the open tasks, I am taken to the 404 page ("We can't find the page you're looking for.").

Possible Solution

Looks like this commit changed the URL for help wanted/open tasks, but did not update the home page button link: https://github.com/GSA/code-gov-web/commit/087e860f71d6e16f82fb48a776a34a10787ef40d

Steps to Reproduce (for bugs)

  1. Open code.gov
  2. Click on "Explore Open Tasks"
  3. See that you are not on the open tasks page.

Context

Trying to find the help wanted tasks to show people!

Your Environment

Chrome 68.0.3440.106 on Ubuntu
(Not browser specific though)

saracope commented 5 years ago

PR has been submitted for this #687

jakerella commented 5 years ago

Thanks @saracope!