Skip to content

Commit

Permalink
Merge pull request #224 from unitedstates/konklone-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jan 24, 2025
2 parents 5e7a9c1 + 3464858 commit 432053a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Photos are available at predictable URLs, by size and Bioguide ID. Photos are se
using GitHub Pages.

```
https://theunitedstates.io/images/congress/[size]/[bioguide].jpg
https://unitedstates.github.io/images/congress/[size]/[bioguide].jpg
```

`[size]` can be one of:
Expand Down
4 changes: 2 additions & 2 deletions scripts/gpo_member_photos.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ def get_legislators_current(br, include_historical=False):
increases the download size)
"""
legislators = br.get(
"https://theunitedstates.io/congress-legislators/legislators-current.json"
"https://unitedstates.github.io/congress-legislators/legislators-current.json"
).json()
if include_historical:
historical = br.get(
"https://theunitedstates.io/congress-legislators/"
"https://unitedstates.github.io/congress-legislators/"
"legislators-historical.json"
).json()
legislators += historical
Expand Down

0 comments on commit 432053a

Please sign in to comment.