From 00cbd54c142ffd7dd5e635f721223d94b18c7282 Mon Sep 17 00:00:00 2001 From: Zachary King Date: Sun, 26 Jan 2014 08:03:25 -0800 Subject: [PATCH] Changed remote location for maps to reflect new name: Escher Fixes #22 --- visbio/visbio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/visbio/visbio.py b/visbio/visbio.py index e0ce3349..0f189e0b 100644 --- a/visbio/visbio.py +++ b/visbio/visbio.py @@ -19,8 +19,8 @@
""" -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")