Describe the bug
https://developers.code.gov/fields.html contains:
We have extensive Swagger documentation where you can test our API. You can find them at https://api.code.gov/docs.
Documentation link errors.
To Reproduce
Steps to reproduce the behavior:
- Go to https://api.code.gov/docs
- See error
{
"message": "Not Found",
"error": {}
}
Expected behavior
Documentation about the API.
Screenshots


Additional context
- Current documentation at here
- Rate limit information outdated (It is not 5,000 calls/day and 5 calls per 5 seconds), but 1,000 per unknown period.
- Wrong default version (docs say it is v2, it is still currently v1) [Should I open an issue for this?]