You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's also an opportunity here to look through the NOFOs for the links they have and pull them out individually. Apparently, all www.grants.gov/web/* domains will secretly 404 on people.
Tasks
Add in code to replace https://www.grants.gov/web/grants/search-grants.html on import
Add a script to pull links out of existing NOFOs
Swap all the existing https://www.grants.gov/web/grants/search-grants.html URLs
Determine if there is more to do here
The text was updated successfully, but these errors were encountered:
Summary
Some of the grants have a link to what is meant to be the grants search page (https://www.grants.gov/web/grants/search-grants.html), but if you click it, it 404s you.
Now, lots of links 404 but this one actually says it's a 200, so our external link checker isn't able to actually verify that it is working or not.
The solution for this URL is:
Whenever we see this link:
Swap it for this one:
There's also an opportunity here to look through the NOFOs for the links they have and pull them out individually. Apparently, all
www.grants.gov/web/*
domains will secretly 404 on people.Tasks
https://www.grants.gov/web/grants/search-grants.html
on importhttps://www.grants.gov/web/grants/search-grants.html
URLsThe text was updated successfully, but these errors were encountered: