Skip to content

Commit 565cb50

Browse files
authored
Make README link to HISTORY absolute (daviddrysdale#178)
This will allow it to function on the [PyPI page](https://pypi.org/project/phonenumbers/), where it currently links to the non-existent https://pypi.org/project/phonenumbers/python/HISTORY.md .
1 parent f08189b commit 565cb50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It supports Python 2.5-2.7 and Python 3.x (in the same codebase, with no
99

1010
Original Java code is Copyright (C) 2009-2015 The Libphonenumber Authors.
1111

12-
Release [HISTORY](python/HISTORY.md), derived from [upstream release notes](https://github.com/google/libphonenumber/blob/master/release_notes.txt).
12+
Release [HISTORY](https://github.com/daviddrysdale/python-phonenumbers/blob/dev/python/HISTORY.md), derived from [upstream release notes](https://github.com/google/libphonenumber/blob/master/release_notes.txt).
1313

1414

1515
Installation

0 commit comments

Comments
 (0)