Skip to content

Commit 0b290e8

Browse files
authored
change from personal to benavlabs (#8)
1 parent 3250c5e commit 0b290e8

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thank you for your interest in contributing to CRUDAdmin! This guide is meant to
88
Start by forking and cloning the CRUDAdmin repository:
99

1010
```sh
11-
git clone https://github.com/igorbenav/crudadmin.git
11+
git clone https://github.com/benavlabs/crudadmin.git
1212
```
1313

1414
### Using UV for Dependency Management

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CRUDAdmin
22

33
<p align="center">
4-
<a href="https://igorbenav.github.io/crudadmin/">
4+
<a href="https://benavlabs.github.io/crudadmin/">
55
<img src="docs/assets/CRUDAdmin.png" alt="CRUDAdmin logo" width="45%" height="auto">
66
</a>
77
</p>
@@ -11,8 +11,8 @@
1111
</p>
1212

1313
<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"/>
1616
</a>
1717
<a href="https://pypi.org/project/crudadmin/">
1818
<img src="https://img.shields.io/pypi/v/crudadmin?color=%2334D058&label=pypi%20package" alt="PyPi Version"/>
@@ -26,7 +26,7 @@
2626

2727
**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.
2828

29-
**Documentation**: [https://igorbenav.github.io/crudadmin/](https://igorbenav.github.io/crudadmin/)
29+
**Documentation**: [https://benavlabs.github.io/crudadmin/](https://benavlabs.github.io/crudadmin/)
3030

3131
> [!WARNING]
3232
> 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(
173173

174174
## Documentation
175175

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
180180

181181
## License
182182

docs/api/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you wish to contribute to the development of CRUDAdmin, please refer to our [
5959

6060
Your feedback is crucial in helping us improve this documentation and the CRUDAdmin library. If you have any suggestions, corrections, or queries, please:
6161

62-
- Open an issue on our [GitHub repository](https://github.com/igorbenav/crudadmin)
62+
- Open an issue on our [GitHub repository](https://github.com/benavlabs/crudadmin)
6363
- Join our community discussions
6464
- Contribute to the documentation
6565

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
</style>
77

88
<p align="center">
9-
<a href="https://github.com/igorbenav/crudadmin">
9+
<a href="https://github.com/benavlabs/crudadmin">
1010
<img src="assets/CRUDAdmin.png?raw=true" alt="CRUDAdmin logo" width="45%" height="auto">
1111
</a>
1212
</p>
1313
<p align="center" markdown=1>
1414
<i>Modern admin interface for FastAPI with built-in authentication, event tracking, and security features</i>
1515
</p>
1616
<p align="center" markdown=1>
17-
<a href="https://github.com/igorbenav/crudadmin/actions/workflows/tests.yml">
18-
<img src="https://github.com/igorbenav/crudadmin/actions/workflows/tests.yml/badge.svg" alt="Tests"/>
17+
<a href="https://github.com/benavlabs/crudadmin/actions/workflows/tests.yml">
18+
<img src="https://github.com/benavlabs/crudadmin/actions/workflows/tests.yml/badge.svg" alt="Tests"/>
1919
</a>
2020
<a href="https://pypi.org/project/crudadmin/">
2121
<img src="https://img.shields.io/pypi/v/crudadmin?color=%2334D058&label=pypi%20package" alt="PyPi Version"/>

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: CRUDAdmin
22
site_description: Modern admin interface for FastAPI with built-in authentication, event tracking, and security features.
33
site_author: Igor Benav
4-
site_url: https://github.com/igorbenav/crudadmin
4+
site_url: https://github.com/benavlabs/crudadmin
55

66
theme:
77
name: material
@@ -81,8 +81,8 @@ markdown_extensions:
8181
- pymdownx.snippets
8282
- pymdownx.superfences
8383

84-
repo_name: igorbenav/crudadmin
85-
repo_url: https://github.com/igorbenav/crudadmin
84+
repo_name: benavlabs/crudadmin
85+
repo_url: https://github.com/benavlabs/crudadmin
8686
edit_uri: edit/main/docs/
8787

8888
extra_css:

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ dev = [
5858
]
5959

6060
[project.urls]
61-
Homepage = "https://github.com/igorbenav/crudadmin"
62-
Documentation = "https://igorbenav.github.io/crudadmin"
63-
Repository = "https://github.com/igorbenav/crudadmin"
64-
Issues = "https://github.com/igorbenav/crudadmin/issues"
65-
Changelog = "https://github.com/igorbenav/crudadmin/releases"
61+
Homepage = "https://github.com/benavlabs/crudadmin"
62+
Documentation = "https://benavlabs.github.io/crudadmin"
63+
Repository = "https://github.com/benavlabs/crudadmin"
64+
Issues = "https://github.com/benavlabs/crudadmin/issues"
65+
Changelog = "https://github.com/benavlabs/crudadmin/releases"
6666

6767
[project.optional-dependencies]
6868
standard = [

0 commit comments

Comments
 (0)