Skip to content

Commit

Permalink
MN: fix version url
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Apr 17, 2013
1 parent a2cb939 commit ab104d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstates/mn/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
BILL_DETAIL_URL_BASE = 'https://www.revisor.mn.gov/revisor/pages/search_status/'

# The versions of a bill use a different base URL.
VERSION_URL_BASE = "https://www.revisor.mn.gov"
VERSION_URL_BASE = "https://www.revisor.mn.gov/bills/"

class MNBillScraper(BillScraper):
jurisdiction = 'mn'
Expand Down

0 comments on commit ab104d6

Please sign in to comment.