Skip to content

Commit 2e8ee00

Browse files
author
kdwyer
authored
Update arrow project URL. (#476)
The link on the developer's website returns a 404. This patch updates the URL to point to the project's Github repository.
1 parent 7430af6 commit 2e8ee00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlalchemy_utils/types/arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ArrowType(EnrichedDateTimeType):
1818
datetime objects back to Arrow_ objects on the way out (when querying
1919
database). ArrowType needs Arrow_ library installed.
2020
21-
.. _Arrow: http://crsmithdev.com/arrow/
21+
.. _Arrow: https://github.com/arrow-py/arrow
2222
2323
::
2424

0 commit comments

Comments
 (0)