/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts

« back to all changes in this revision

Viewing changes to src/am/ed/importcontacts/Intro.java

  • Committer: edam
  • Date: 2012-10-23 16:00:27 UTC
  • Revision ID: tim@ed.am-20121023160027-2jb0r4b4v78rewh1
updated TODO

Show diffs side-by-side

added added

removed removed

45
45
                        Pattern.compile( "The Import Contacts homepage" ),
46
46
                        "", null, new Linkify.TransformFilter() {
47
47
                                public String transformUrl( Matcher match, String url ) {
48
 
                                        return "http://www.waxworlds.org/edam/software/android/import-contacts";
 
48
                                        return "http://ed.am/dev/android/import-contacts";
49
49
                                }
50
50
                        }
51
51
                );