change links

This commit is contained in:
Michel Oosterhof 2018-09-07 18:38:11 +04:00
parent 466632aea5
commit 04d516f769
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ information to effectively respond to your bug report or contribution.
## Reporting Bugs/Feature Requests ## Reporting Bugs/Feature Requests
We welcome you to use the GitHub issue tracker to report bugs or suggest features. We welcome you to use the GitHub issue tracker to report bugs or suggest features.
When filing an issue, please check [existing open](https://github.com/cowrie/cowrie), or [recently closed](https://github.com/micheloosterhof/cowrie/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already When filing an issue, please check [existing open](https://github.com/cowrie/cowrie), or [recently closed](https://github.com/cowrie/cowrie/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful: reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
* A reproducible test case or series of steps * A reproducible test case or series of steps

View File

@ -47,7 +47,7 @@ $ sudo su - cowrie
## Step 3: Checkout the code ## Step 3: Checkout the code
``` ```
$ git clone http://github.com/micheloosterhof/cowrie $ git clone http://github.com/cowrie/cowrie
Cloning into 'cowrie'... Cloning into 'cowrie'...
remote: Counting objects: 2965, done. remote: Counting objects: 2965, done.
remote: Compressing objects: 100% (1025/1025), done. remote: Compressing objects: 100% (1025/1025), done.

View File

@ -14,7 +14,7 @@ Cowrie is a medium interaction SSH and Telnet honeypot designed to
log brute force attacks and the shell interaction performed by the log brute force attacks and the shell interaction performed by the
attacker. attacker.
[Cowrie](http://github.com/micheloosterhof/cowrie/) is developed by Michel Oosterhof. [Cowrie](http://github.com/cowrie/cowrie/) is developed by Michel Oosterhof.
## Slack ## Slack

View File

@ -9,7 +9,7 @@ setup(
maintainer="Michel Oosterhof", maintainer="Michel Oosterhof",
maintainer_email="michel@oosterhof.net", maintainer_email="michel@oosterhof.net",
keywords="ssh telnet honeypot", keywords="ssh telnet honeypot",
url="https://github.com/micheloosterhof/cowrie", url="https://github.com/cowrie/cowrie",
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
package_data={'': ['*.md']}, package_data={'': ['*.md']},