From 1cf69e882a353d8558dca0bc98803a295c146646 Mon Sep 17 00:00:00 2001 From: Jesse Young Date: Thu, 22 Sep 2011 17:37:29 -0700 Subject: [PATCH] update links --- README | 2 +- src/org/envaya/sms/ui/Help.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 339be82..e1a8432 100755 --- a/README +++ b/README @@ -1,6 +1,6 @@ EnvayaSMS is an Android app that acts as a SMS and MMS gateway. For more information and installation instructions, -see http://kalsms.net/ +see http://sms.envaya.org/ The code is released under the MIT license; see LICENSE \ No newline at end of file diff --git a/src/org/envaya/sms/ui/Help.java b/src/org/envaya/sms/ui/Help.java index 3b41438..a893d5c 100755 --- a/src/org/envaya/sms/ui/Help.java +++ b/src/org/envaya/sms/ui/Help.java @@ -23,7 +23,7 @@ public class Help extends Activity { + "EnvayaSMS is a SMS gateway.

" + "It forwards all incoming SMS messages received by this phone to a server on the internet, " + "and also sends outgoing SMS messages from that server to other phones.

" - + "(See https://kalsms.net for more information.)

" + + "See http://sms.envaya.org/ for more information.

" + "The Settings screen allows you configure EnvayaSMS to work with a particular server, " + "by entering the server URL, your phone number, " + "and the password assigned to your phone on the server.

"