aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-07-21 16:06:38 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-07-21 16:06:38 +0200
commitf1c0e3aa4b9af7e69052b7576ab0394ad11bf9b6 (patch)
treea946c3ac612e3f7681c02e0d1f103c19eb374bc5
parent0a6d8db69b9514f92cd7bd075a6e299308189cd7 (diff)
downloadcgeo-f1c0e3aa4b9af7e69052b7576ab0394ad11bf9b6.zip
cgeo-f1c0e3aa4b9af7e69052b7576ab0394ad11bf9b6.tar.gz
cgeo-f1c0e3aa4b9af7e69052b7576ab0394ad11bf9b6.tar.bz2
#2915: point closeout URL to FAQ instead
-rw-r--r--main/src/cgeo/geocaching/network/StatusUpdater.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/network/StatusUpdater.java b/main/src/cgeo/geocaching/network/StatusUpdater.java
index 93ae1ee..863276e 100644
--- a/main/src/cgeo/geocaching/network/StatusUpdater.java
+++ b/main/src/cgeo/geocaching/network/StatusUpdater.java
@@ -30,7 +30,7 @@ public class StatusUpdater extends MemorySubject<StatusUpdater.Status> implement
}
final static public Status closeoutStatus =
- new Status("", "status_closeout_warning", "attribute_abandonedbuilding", "http://www.cgeo.org/closeout/");
+ new Status("", "status_closeout_warning", "attribute_abandonedbuilding", "http://faq.cgeo.org/#7_69");
final static public Status defaultStatus() {
return VERSION.SDK_INT < VERSION_CODES.ECLAIR_MR1 ? closeoutStatus : null;