Fix urls.

This commit is contained in:
aouinizied 2020-08-01 01:15:34 +02:00
parent 19469fba29
commit b36ea35c67
2 changed files with 5 additions and 5 deletions

View file

@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at aouinizied@gmail.com. All
reported by contacting the project team on Gitter. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.

View file

@ -13,7 +13,7 @@ Types of contribution
**Report bugs**
Report bugs at https://github.com/aouinizied/nfstream/issues.
Report bugs at https://github.com/nfstream/nfstream/issues.
If you are reporting a bug, please include:
@ -40,7 +40,7 @@ articles, and such.
**Submit feedback**
The best way to send feedback is to file an issue at https://github.com/aouinizied/nfstream/issues.
The best way to send feedback is to file an issue at https://github.com/nfstream/nfstream/issues.
If you are proposing a feature:
@ -65,7 +65,7 @@ Ready to contribute? Here's how to set up nfstream for local development.
$ cd nfstream
$ virtualenv venv-nfstream-py36 -p /usr/bin/python3.6
$ source venv-nfstream-py36/bin/activate
$ python setup.py develop
$ python setup.py bdist_wheel
4. Create a branch for local development::
@ -95,7 +95,7 @@ Before you submit a pull request, check that it meets these guidelines:
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for 3.6 and 3.7 and 3.8 Check
https://travis-ci.org/aouinizied/nfstream/pull_requests
https://travis-ci.org/nfstream/nfstream/pull_requests
and make sure that the tests pass for all supported Python versions.
*********