diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-27 16:26:25 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-27 16:26:25 -0400 |
commit | b152d387efd6f8c08f1e6b137e2bbc1598e1c191 (patch) | |
tree | f732d2295c69f564400fa8c7f65baeb76d23c2aa | |
parent | 26cfbb67fc642358c3eef5671dc1b9608666037d (diff) | |
download | cidrchk-master.tar.gz |
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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.
|