Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 change domain from .codes to .me #235

Merged
merged 1 commit into from
Jun 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

**Source Code**: <https://github.com/yezz123/AuthX>

**Documentation**: <https://authx.yezz.codes/>
**Documentation**: <https://authx.yezz.me/>

---

Expand Down Expand Up @@ -52,7 +52,7 @@ Add a Fully registration and authentication or authorization system to your [Fas
- [x] Provide a Docstring for each class and function.
- [x] Support Sessions and Pre-built CRUD functions and Instance to launch Redis.

**Note:** Check [Release Notes](https://authx.yezz.codes/release/).
**Note:** Check [Release Notes](https://authx.yezz.me/release/).

**Note:** Check [Examples](https://github.com/yezz123/authx/tree/main/example).

Expand Down Expand Up @@ -137,13 +137,13 @@ This project follows the [all-contributors](https://github.com/all-contributors/

## Links 🚧

- [Homepage](https://authx.yezz.codes/)
- [FAQ](https://authx.yezz.codes/faq/)
- [Release - AuthX](https://authx.yezz.codes/release/)
- [MIT License](https://authx.yezz.codes/license/)
- [Code of Conduct](https://authx.yezz.codes/code_of_conduct/)
- [Contributing](https://authx.yezz.codes/contributing/)
- [Help - Sponsors](https://authx.yezz.codes/help/)
- [Homepage](https://authx.yezz.me/)
- [FAQ](https://authx.yezz.me/faq/)
- [Release - AuthX](https://authx.yezz.me/release/)
- [MIT License](https://authx.yezz.me/license/)
- [Code of Conduct](https://authx.yezz.me/code_of_conduct/)
- [Contributing](https://authx.yezz.me/contributing/)
- [Help - Sponsors](https://authx.yezz.me/help/)

## License 📝

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

**Source Code**: <https://github.com/yezz123/authx>

**Get Started**: <https://authx.yezz.codes/>
**Get Started**: <https://authx.yezz.me/>

---

Expand Down
4 changes: 2 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ africa_Casablanca = timezone('Africa/Casablanca')
HTTPCache.init(redis_url=REDIS_URL, namespace='test_namespace', tz=africa_Casablanca)
```

- Read More in the New Documentation: <https://authx.yezz.codes/configuration/cache/httpcache/>
- Read More in the New Documentation: <https://authx.yezz.me/configuration/cache/httpcache/>

### What's Changed

Expand Down Expand Up @@ -110,7 +110,7 @@ basicConfig(
)
```

- Read the Changelog <https://authx.yezz.codes/release/>
- Read the Changelog <https://authx.yezz.me/release/>

## What's Changed

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: AuthenticationX
site_description: Ready to use and customizable Authentications and Oauth2 management for FastAPI ⚡
site_url: https://authx.yezz.codes/
site_url: https://authx.yezz.me/

theme:
features:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ docs = [
]

[tool.flit.metadata.urls]
Documentation = "https://authx.yezz.codes/"
Documentation = "https://authx.yezz.me/"