Skip to content

Commit

Permalink
change links
Browse files Browse the repository at this point in the history
  • Loading branch information
micheloosterhof committed Sep 7, 2018
1 parent 466632a commit 04d516f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -10,7 +10,7 @@ information to effectively respond to your bug report or contribution.
## Reporting Bugs/Feature Requests
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:

* A reproducible test case or series of steps
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -47,7 +47,7 @@ $ sudo su - cowrie
## Step 3: Checkout the code

```
$ git clone http://github.com/micheloosterhof/cowrie
$ git clone http://github.com/cowrie/cowrie
Cloning into 'cowrie'...
remote: Counting objects: 2965, done.
remote: Compressing objects: 100% (1025/1025), done.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
attacker.

[Cowrie](http://github.com/micheloosterhof/cowrie/) is developed by Michel Oosterhof.
[Cowrie](http://github.com/cowrie/cowrie/) is developed by Michel Oosterhof.

## Slack

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

0 comments on commit 04d516f

Please sign in to comment.