From e0da6d7678833b885abe0c077ececbe2612fd186 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Sun, 3 Mar 2013 10:22:32 +0000 Subject: [PATCH] Update README. Point at project page on pypi. Change http links to https. --- README.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 14fba1d..75d46db 100644 --- a/README.rst +++ b/README.rst @@ -47,10 +47,13 @@ You can review `coverage`_ of added tests by running Note that tests are run on `Travis`_ for all supported python versions whenever the tree on github is pushed to. -The code is available in the following locations: +The packaged version is available via ``pip`` or ``easy_install`` +as ``chkcrontab``. The project page is on `pypi`_: + +The source code is available in the following locations: * Bitbucket: https://bitbucket.org/lyda/chkcrontab/ -* code.google: http://code.google.com/p/chkcrontab/ +* code.google: https://code.google.com/p/chkcrontab/ * Github: https://github.com/lyda/chkcrontab * Gitorious: https://gitorious.org/uu/chkcrontab * Sourceforge: https://sourceforge.net/p/chkcrontab @@ -70,8 +73,9 @@ Credits ======= - `Kevin Lyda`_: Who got burned one too many times by broken crontabs. -.. _`tox`: http://pypi.python.org/pypi/tox -.. _`coverage`: http://pypi.python.org/pypi/coverage -.. _`Travis`: http://travis-ci.org/#!/lyda/chkcrontab +.. _`tox`: https://pypi.python.org/pypi/tox +.. _`coverage`: https://pypi.python.org/pypi/coverage +.. _`Travis`: https://travis-ci.org/lyda/chkcrontab .. _`Kevin Lyda`: https://github.com/lyda .. _`CheckCrontab`: http://goo.gl/7XS9q +.. _`pypi`: https://pypi.python.org/pypi/chkcrontab -- GitLab