|
1 | 1 | # CRUDAdmin |
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | | - <a href="https://igorbenav.github.io/crudadmin/"> |
| 4 | + <a href="https://benavlabs.github.io/crudadmin/"> |
5 | 5 | <img src="docs/assets/CRUDAdmin.png" alt="CRUDAdmin logo" width="45%" height="auto"> |
6 | 6 | </a> |
7 | 7 | </p> |
|
11 | 11 | </p> |
12 | 12 |
|
13 | 13 | <p align="center"> |
14 | | -<a href="https://github.com/igorbenav/crudadmin/actions/workflows/tests.yml"> |
15 | | - <img src="https://github.com/igorbenav/crudadmin/actions/workflows/tests.yml/badge.svg" alt="Tests"/> |
| 14 | +<a href="https://github.com/benavlabs/crudadmin/actions/workflows/tests.yml"> |
| 15 | + <img src="https://github.com/benavlabs/crudadmin/actions/workflows/tests.yml/badge.svg" alt="Tests"/> |
16 | 16 | </a> |
17 | 17 | <a href="https://pypi.org/project/crudadmin/"> |
18 | 18 | <img src="https://img.shields.io/pypi/v/crudadmin?color=%2334D058&label=pypi%20package" alt="PyPi Version"/> |
|
26 | 26 |
|
27 | 27 | **CRUDAdmin** is a robust admin interface generator for **FastAPI** applications, offering secure authentication, comprehensive event tracking, and essential monitoring features. Built with [FastCRUD](https://github.com/benavlabs/fastcrud) and HTMX, it helps you create production-ready admin panels with minimal configuration. |
28 | 28 |
|
29 | | -**Documentation**: [https://igorbenav.github.io/crudadmin/](https://igorbenav.github.io/crudadmin/) |
| 29 | +**Documentation**: [https://benavlabs.github.io/crudadmin/](https://benavlabs.github.io/crudadmin/) |
30 | 30 |
|
31 | 31 | > [!WARNING] |
32 | 32 | > CRUDAdmin is still experimental. While actively developed and tested, APIs may change between versions. Upgrade with caution in production environments, always carefuly reading the changelog. |
@@ -173,10 +173,10 @@ admin = CRUDAdmin( |
173 | 173 |
|
174 | 174 | ## Documentation |
175 | 175 |
|
176 | | -- **[Quick Start](https://igorbenav.github.io/crudadmin/quick-start/)**: Get up and running in 5 minutes |
177 | | -- **[Usage Guide](https://igorbenav.github.io/crudadmin/usage/overview/)**: Complete usage documentation |
178 | | -- **[API Reference](https://igorbenav.github.io/crudadmin/api/overview/)**: Full API documentation |
179 | | -- **[Advanced Topics](https://igorbenav.github.io/crudadmin/advanced/overview/)**: Production features and configurations |
| 176 | +- **[Quick Start](https://benavlabs.github.io/crudadmin/quick-start/)**: Get up and running in 5 minutes |
| 177 | +- **[Usage Guide](https://benavlabs.github.io/crudadmin/usage/overview/)**: Complete usage documentation |
| 178 | +- **[API Reference](https://benavlabs.github.io/crudadmin/api/overview/)**: Full API documentation |
| 179 | +- **[Advanced Topics](https://benavlabs.github.io/crudadmin/advanced/overview/)**: Production features and configurations |
180 | 180 |
|
181 | 181 | ## License |
182 | 182 |
|
|
0 commit comments