From 184f1e5ac6470ce9278513476484cadd13624b49 Mon Sep 17 00:00:00 2001 From: Ivan Fraixedes Date: Thu, 17 Mar 2016 08:57:34 +0100 Subject: [PATCH] Update URLs to files and directories in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a1cca77d..2aba183e2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ At this point, swissNumberProto contains: } ``` -` PhoneNumber ` is a class that is auto-generated from the phonenumber.proto with necessary modifications for efficiency. For details on the meaning of each field, refer to https://github.com/googlei18n/test/blob/master/resources/phonenumber.proto +` PhoneNumber ` is a class that is auto-generated from the phonenumber.proto with necessary modifications for efficiency. For details on the meaning of each field, refer to https://github.com/googlei18n/libphonenumber/blob/master/resources/phonenumber.proto Now let us validate whether the number is valid: ```java @@ -105,7 +105,7 @@ System.out.println(carrierMapper.getNameForNumber(swissMobileNumber, Locale.ENGL --- -More examples on how to use the library can be found in the unittests at https://github.com/googlei18n/test/tree/master/java/libphonenumber/test/com/google/i18n/phonenumbers +More examples on how to use the library can be found in the unittests at https://github.com/googlei18n/libphonenumber/tree/master/java/libphonenumber/test/com/google/i18n/phonenumbers # Known Ports Several people are porting the phone number library to other languages. Here are some we know about. Note that they are done on voluntary basis by developers outside our project, so we cannot guarantee their quality.