Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit abeb734

Browse files
authored
Update README.md
1 parent 9127441 commit abeb734

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Here is an example of retrieving an array of teams in the FIRST Mid-Atlantic dis
2121

2222
Team[] midAtlanticTeams = tba.districtRequest.getTeams("2017mar");
2323

24-
A list of request methods for each request object can be found [here](/docs/com/thebluealliance/api/v3/requests/package-summary.html).
24+
A list of request methods for each request object can be found [here](http://spencerng.github.io/TBA-API-Java-Library/com/thebluealliance/api/v3/requests/package-summary.html).
2525

2626
### Advance Usage
2727

@@ -46,7 +46,7 @@ Here is an example of continuously fetching the `Match` objects for the 2017 Mou
4646

4747
## Models
4848

49-
A list of object model classes and their getter methods for instance varaibles can be found [here](/docs/com/thebluealliance/api/v3/models/package-summary.html)
49+
A list of object model classes and their getter methods for instance variables can be found [here](http://spencerng.github.io/TBA-API-Java-Library/com/thebluealliance/api/v3/models/package-summary.html)
5050

5151
## Contact
5252

0 commit comments

Comments
 (0)