r22777 - htdocs/trunk - Fix link to Android app page.

Cristian Marchi cmarchi at code.gnucash.org
Wed Feb 13 15:05:57 EST 2013


Author: cmarchi
Date: 2013-02-13 15:05:56 -0500 (Wed, 13 Feb 2013)
New Revision: 22777
Trac: http://svn.gnucash.org/trac/changeset/22777

Modified:
   htdocs/trunk/index.phtml
Log:
Fix link to Android app page.

Modified: htdocs/trunk/index.phtml
===================================================================
--- htdocs/trunk/index.phtml	2013-02-12 23:09:54 UTC (rev 22776)
+++ htdocs/trunk/index.phtml	2013-02-13 20:05:56 UTC (rev 22777)
@@ -68,7 +68,7 @@
   <a href="https://play.google.com/store/apps/details?id=org.gnucash.android" target="_blank">
     <img alt="Get it on Google Play" src="https://developer.android.com/images/brand/en_generic_rgb_wo_60.png" />
   </a>
-  <p style="text-align:center"><a href="https://github.com/codinguser/GnucashMobile/blob/master/README.md" target="_blank"><?php echo T_("Info and development");?></a></p>
+  <p style="text-align:center"><a href="http://github.com/codinguser/gnucash-android/blob/master/README.md" target="_blank"><?php echo T_("Info and development");?></a></p>
   </div>
   <p><?php echo T_("The GnuCash team recommends the GnuCash for Android app. This app allows you to keep track of your financial transactions on the go for later import into the desktop version of GnuCash.");?></p>
   <p><i><b><?php echo T_("Note that GnuCash for Android is not a port of the GnuCash program to Android.");?></b></i></p>



More information about the gnucash-changes mailing list