diff --git a/README.md b/README.md index a64d786..e3841b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
Object-oriented headers. Kind of structured headers.
@@ -371,12 +371,12 @@ Also, you can create your own custom header object using the class `kiss_headers
## 📜 Documentation
-See the full documentation for advanced usages : [ousret.github.io/kiss-headers](https://ousret.github.io/kiss-headers/)
+See the full documentation for advanced usages : [jawah.github.io/kiss-headers](https://jawah.github.io/kiss-headers/)
## 👤 Contributing
Contributions, issues and feature requests are very much welcome.
-Feel free to check [issues page](https://github.com/Ousret/kiss-headers/issues) if you want to contribute.
+Feel free to check [issues page](https://github.com/jawah/kiss-headers/issues) if you want to contribute.
Firstly, after getting your own local copy, run `./scripts/install` to initialize your virtual environment.
Then run `./scripts/check` before you commit, make sure everything is still working.
@@ -386,4 +386,4 @@ Remember to keep it sweet and simple when contributing to this project.
## 📝 License
Copyright © 2020 [Ahmed TAHRI @Ousret](https://github.com/Ousret).
-This project is [MIT](https://github.com/Ousret/kiss-headers/blob/master/LICENSE) licensed.
+This project is [MIT](https://github.com/jawah/kiss-headers/blob/master/LICENSE) licensed.
diff --git a/docs/index.md b/docs/index.md
index d3fb2c0..087e6e9 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,4 +1,4 @@
-
Object oriented headers, parser and builder. HTTP/1.1 Style.
@@ -69,4 +69,4 @@ pip install kiss-headers
## 📝 License
Copyright © 2020 [Ahmed TAHRI @Ousret](https://github.com/Ousret).
-This project is [MIT](https://github.com/Ousret/kiss-headers/blob/master/LICENSE) licensed.
+This project is [MIT](https://github.com/jawah/kiss-headers/blob/master/LICENSE) licensed.
diff --git a/kiss_headers/__init__.py b/kiss_headers/__init__.py
index 6876eea..a6f30c8 100644
--- a/kiss_headers/__init__.py
+++ b/kiss_headers/__init__.py
@@ -30,7 +30,7 @@
True
Others methods and usages are available - see the full documentation
-at