From b152d387efd6f8c08f1e6b137e2bbc1598e1c191 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 27 May 2016 16:26:25 -0400 Subject: Change readme to reflect move to github --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3810a8..a45f1fe 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ As long as your `setuptools` installation is reasonably up to date, `setup.py` w ### 1. Clone the cidrchk git repository ``` -git clone https://bitbucket.org/jhunkeler/cidrchk.git +git clone https://github.com/jhunkeler/cidrchk.git ``` ### 2. Install the script @@ -124,6 +124,6 @@ optional arguments: # Bug Reporting -Submit bug reports via this project's issue tracker: https://bitbucket.org/jhunkeler/cidrchk/issues +Submit bug reports via this project's issue tracker: https://github.com/jhunkeler/cidrchk/issues -Please remember to include your computer's operating system, the name of the shell you executed cidrchk from, the output of `cidrchk -d`, and any relevant code snippets you may have. \ No newline at end of file +Please remember to include your computer's operating system, the name of the shell you executed cidrchk from, the output of `cidrchk -d`, and any relevant code snippets you may have. -- cgit