From 1f91dae71828f93f9a55c689253bb2a8c70aff4d Mon Sep 17 00:00:00 2001 From: Vinta Date: Sun, 27 Mar 2016 19:20:26 +0800 Subject: [PATCH] fix a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b9385f..530554d 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [dateutil](https://github.com/dateutil/dateutil) - Extensions to the standard Python [datetime](https://docs.python.org/2/library/datetime.html) module. * [delorean](https://github.com/myusuf3/delorean/) - A library for clearing up the inconvenient truths that arise dealing with datetimes. * [moment](https://github.com/zachwill/moment) - A Python library for dealing with dates/times. Inspired by [Moment.js](http://momentjs.com/). -* [PyTime](https://github.com/shnode/PyTime) - A easy-use Python module which aims to operate date/time/datetime by string. +* [PyTime](https://github.com/shinux/PyTime) - A easy-use Python module which aims to operate date/time/datetime by string. * [pytz](https://launchpad.net/pytz) - World timezone definitions, modern and historical. Brings the [tz database](https://en.wikipedia.org/wiki/Tz_database) into Python. * [when.py](https://github.com/dirn/When.py) - Providing user-friendly functions to help perform common date and time actions.