Skip to content

Commit 7aae8c0

Browse files
authored
Merge pull request #7 from boettiger-lab/patch/testing
fix broken url
2 parents d9d19cf + 284cf6a commit 7aae8c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/variables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
votes_pmtiles = "https://minio.carlboettiger.info/public-tpl/landvote/landvote_party.pmtiles"
2-
votes_parquet = "https://minio.carlboettiger.info/public-tpl/landvote/landvote_party.parquet"
1+
votes_pmtiles = "https://minio.carlboettiger.info/public-tpl-streamlit/nvme/public-tpl/landvote/landvote_party.pmtiles"
2+
votes_parquet = "https://minio.carlboettiger.info/public-tpl-streamlit/nvme/public-tpl/landvote/landvote_party.parquet"
33

44
colors = {
55
"dark_orange": "#ab5601",

0 commit comments

Comments
 (0)