diff --git a/openstates/mn/bills.py b/openstates/mn/bills.py index 81b20ac149..05caa56050 100644 --- a/openstates/mn/bills.py +++ b/openstates/mn/bills.py @@ -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'