Skip to content

Commit c807a6f

Browse files
authored
Merge pull request #225 from wmundev/feature/readme-update
docs: update old google repo link
2 parents c002c36 + 98401fb commit c807a6f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please check the following:
2121

2222
If yes:
2323

24-
* Please file an issue with [Google](https://github.com/googlei18n/libphonenumber)
24+
* Please file an issue with [Google](https://github.com/google/libphonenumber)
2525

2626
If not:
2727

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
[![codecov](https://codecov.io/gh/twcclegg/libphonenumber-csharp/branch/main/graph/badge.svg)](https://codecov.io/gh/twcclegg/libphonenumber-csharp)
33
[![NuGet](https://img.shields.io/nuget/dt/libphonenumber-csharp.svg)](https://www.nuget.org/packages/libphonenumber-csharp/)
44

5+
C# port of Google's [libphonenumber library](https://github.com/google/libphonenumber).
56

6-
C# port of Google's [libphonenumber library](https://github.com/googlei18n/libphonenumber).
7+
The code was rewritten from the Java source mostly unchanged, please refer to the original documentation for sample code and API documentation.
78

8-
The code was rewritten from the Java source mostly unchanged, please refer to the original documentation for sample code and API documentation.
9+
The original Apache License 2.0 was preserved.
910

10-
The original Apache License 2.0 was preserved.
11+
See [this](https://github.com/twcclegg/libphonenumber-csharp/blob/main/csharp/README.txt "csharp/README.txt") for details about the port.
1112

12-
See [this](https://github.com/twcclegg/libphonenumber-csharp/blob/main/csharp/README.txt "csharp/README.txt") for details about the port.
13-
14-
Phone number metadata is updated in the Google repo approximately every two weeks. This library is automatically updated by a [scheduled github action](https://github.com/twcclegg/libphonenumber-csharp/actions/workflows/create_new_release_on_new_metadata_update.yml) to include the latest metadata, usually within a day.
13+
Phone number metadata is updated in the Google repo approximately every two weeks. This library is automatically updated by a [scheduled github action](https://github.com/twcclegg/libphonenumber-csharp/actions/workflows/create_new_release_on_new_metadata_update.yml) to include the latest metadata, usually within a day.
1514

1615
## Example
1716

@@ -33,7 +32,7 @@ C# port of Google's [libphonenumber library](https://github.com/googlei18n/libph
3332
* GetExampleNumber/GetExampleNumberByType - provides valid example numbers for 218 countries/regions, with the option of specifying which type of example phone number is needed.
3433
* IsPossibleNumber - quickly guessing whether a number is a possible phonenumber by using only the length information, much faster than a full validation.
3534
* AsYouTypeFormatter - formats phone numbers on-the-fly when users enter each digit.
36-
* FindNumbers - finds numbers in text input
35+
* FindNumbers - finds numbers in text input
3736

3837
## ToDo
3938

0 commit comments

Comments
 (0)