From 79dd9d3c522dcac3e90ca750ee35d434966c397f Mon Sep 17 00:00:00 2001 From: Ethan White Date: Sat, 1 Feb 2014 15:33:06 -0500 Subject: [PATCH] Change link on About page of GUI to http://ecodataretriever.org It was still pointing to http://ecologicaldata.org --- app/controls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controls.py b/app/controls.py index 91e346d64..ff9d63c40 100644 --- a/app/controls.py +++ b/app/controls.py @@ -24,7 +24,7 @@ class AboutDialog(wx.Dialog): To get started, double click on a dataset to download the data files and import the data into your database.

-For more information, visit http://www.ecologicaldata.org. +For more information, visit http://www.ecodataretriever.org.

""" def __init__(self, parent):