/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-04-24 09:59:29 UTC
  • Revision ID: tim@ed.am-20120424095929-xqba0cyao1hxlg6r
updated project homepage URL to ed.am

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
                );