Skip to content

Commit

Permalink
Changed remote location for maps to reflect new name: Escher
Browse files Browse the repository at this point in the history
Fixes #22
  • Loading branch information
zakandrewking committed Jan 26, 2014
1 parent 4502d30 commit 00cbd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visbio/visbio.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<button onclick="download_map('map%d')">Download svg</button>
<div id="map%d" style="height:800px;"></div>"""

map_download_url = "http://zakandrewking.github.io/visbio/maps/"
map_download_display_url = "http://zakandrewking.github.io/visbio/"
map_download_url = "http://zakandrewking.github.io/escher/maps/"
map_download_display_url = "http://zakandrewking.github.io/escher/"

def get_maps_cache_dir():
cache_dir = appdirs.user_cache_dir('visbio', appauthor="Zachary King")
Expand Down

0 comments on commit 00cbd54

Please sign in to comment.