diff options
author | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2009-01-10 22:18:48 +0000 |
---|---|---|
committer | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2009-01-10 22:18:48 +0000 |
commit | af1452dfb30df326bd0e9c2cd678edbdc19d6b47 (patch) | |
tree | d6a9c8e066c0c1185b69647c3ab46a8bde1a0365 /amiga/hotlist.c | |
parent | 6085820add8b70d49d1ba5b82e8d508b32fe1c3f (diff) | |
download | netsurf-af1452dfb30df326bd0e9c2cd678edbdc19d6b47.tar.gz |
Add AmigaOS test builds link
svn path=/trunk/netsurf/; revision=6032
Diffstat (limited to 'amiga/hotlist.c')
-rwxr-xr-x | amiga/hotlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/hotlist.c b/amiga/hotlist.c index a5ca71e7b..0992c228b 100755 --- a/amiga/hotlist.c +++ b/amiga/hotlist.c @@ -1,6 +1,6 @@ /* * Copyright 2004, 2005 Richard Wilson <info@tinct.net> - * Copyright 2008 Chris Young <chris@unsatisfactorysoftware.co.uk> + * Copyright 2008, 2009 Chris Young <chris@unsatisfactorysoftware.co.uk> * * This file is part of NetSurf, http://www.netsurf-browser.org/ * @@ -32,7 +32,7 @@ static const struct { const char *msg_key; } default_entries[] = { { "http://www.netsurf-browser.org/", "HotlistHomepage" }, -// { "http://www.netsurf-browser.org/builds/", "HotlistTestBuild" }, + { "http://www.netsurf-browser.org/downloads/amiga/", "HotlistTestBuild" }, { "http://www.netsurf-browser.org/documentation/", "HotlistDocumentation" }, { "http://sourceforge.net/tracker/?atid=464312&group_id=51719", "HotlistBugTracker" }, |