aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
diff options
context:
space:
mode:
authorSammysHP <sven@sammyshp.de>2013-05-17 06:09:24 -0700
committerSammysHP <sven@sammyshp.de>2013-05-17 06:09:24 -0700
commitf6b2099d8f8b4edc3eccab4ac396d983b05f9862 (patch)
tree9d37c9e6f59f27c2a058e57eb39c465156893531 /main/src/cgeo
parent018ba7e4517c279120b21ce60d5194fe05894c89 (diff)
parent404c639946225524e820cc3f467d93203f739374 (diff)
downloadcgeo-f6b2099d8f8b4edc3eccab4ac396d983b05f9862.zip
cgeo-f6b2099d8f8b4edc3eccab4ac396d983b05f9862.tar.gz
cgeo-f6b2099d8f8b4edc3eccab4ac396d983b05f9862.tar.bz2
Merge pull request #2732 from campbeb/fix2721
Fix #2721 - Correct link to manual
Diffstat (limited to 'main/src/cgeo')
-rw-r--r--main/src/cgeo/geocaching/AboutActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/AboutActivity.java b/main/src/cgeo/geocaching/AboutActivity.java
index 83f25e9..3164602 100644
--- a/main/src/cgeo/geocaching/AboutActivity.java
+++ b/main/src/cgeo/geocaching/AboutActivity.java
@@ -71,7 +71,7 @@ public class AboutActivity extends AbstractActivity {
* unused here but needed since this method is referenced from XML layout
*/
public void nutshellmanual(View view) {
- startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.cgeo.org/")));
+ startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://manual.cgeo.org/")));
}
/**