diff --git a/README.md b/README.md index a64d786..e3841b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

HTTP Headers, the Complete Toolkit 🧰

+

HTTP Headers, the Complete Toolkit 🧰

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 @@ -

Welcome to Headers for Humans 👋

+

Welcome to Headers for Humans 👋

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 . +at . :copyright: (c) 2020 by Ahmed TAHRI :license: MIT, see LICENSE for more details. diff --git a/mkdocs.yml b/mkdocs.yml index 6292859..8971de1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Kiss-Headers site_description: Python package for object oriented headers, HTTP/1.1 style. Parse headers to objects. -site_url: https://ousret.github.io/kiss-headers +site_url: https://jawah.github.io/kiss-headers theme: name: 'material' @@ -11,9 +11,9 @@ theme: primary: 'teal' accent: 'deep orange' -repo_name: ousret/kiss-headers -repo_url: https://github.com/Ousret/kiss-headers/ -edit_uri: "https://github.com/Ousret/kiss-headers/tree/master/docs" +repo_name: jawah/kiss-headers +repo_url: https://github.com/jawah/kiss-headers/ +edit_uri: "https://github.com/jawah/kiss-headers/tree/master/docs" nav: - Introduction: 'index.md' diff --git a/pyproject.toml b/pyproject.toml index 5ac57ee..4a33d75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,9 +40,9 @@ requires-python = ">=3.7" dynamic = ["version"] [project.urls] -"Documentation" = "https://ousret.github.io/kiss-headers" -"Code" = "https://github.com/ousret/kiss-headers" -"Issue tracker" = "https://github.com/ousret/kiss-headers/issues" +"Documentation" = "https://jawah.github.io/kiss-headers" +"Code" = "https://github.com/jawah/kiss-headers" +"Issue tracker" = "https://github.com/jawah/kiss-headers/issues" [tool.hatch.version] path = "kiss_headers/version.py"