Skip to content

Commit

Permalink
Merge pull request #161 from ethanwhite/about-fix
Browse files Browse the repository at this point in the history
Change link on About page of GUI to http://ecodataretriever.org
  • Loading branch information
bendmorris committed Feb 3, 2014
2 parents fe319f8 + 79dd9d3 commit 1c986f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</p><p>
For more information, visit <a href="http://www.ecologicaldata.org">http://www.ecologicaldata.org</a>.
For more information, visit <a href="http://www.ecodataretriever.org">http://www.ecodataretriever.org</a>.
</p>
</body>"""
def __init__(self, parent):
Expand Down

0 comments on commit 1c986f6

Please sign in to comment.