Skip to content

Commit

Permalink
feat: update path
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Nov 12, 2024
1 parent ec9e98e commit bd0e850
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions src/tableData/AdapterData/AdapterPythonData.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const AdapterPythonData = [
},
{
title:
"[Django ORM Adapter](https://github.com/pycasbin/django-orm-adapter)",
"[Django ORM Adapter](https://github.com/officialpycasbin/django-orm-adapter)",
type: "ORM",
author: "Casbin",
autoSave: "✅",
Expand All @@ -19,7 +19,7 @@ export const AdapterPythonData = [
image: "/img/ecosystem/SQL.png",
},
{
title: "[SQLObject Adapter](https://github.com/pycasbin/sqlobject-adapter)",
title: "[SQLObject Adapter](https://github.com/officialpycasbin/sqlobject-adapter)",
type: "ORM",
author: "Casbin",
autoSave: "✅",
Expand All @@ -29,7 +29,7 @@ export const AdapterPythonData = [
},
{
title:
"[SQLAlchemy Adapter](https://github.com/pycasbin/sqlalchemy-adapter)",
"[SQLAlchemy Adapter](https://github.com/officialpycasbin/sqlalchemy-adapter)",
type: "ORM",
author: "Casbin",
autoSave: "✅",
Expand All @@ -39,7 +39,7 @@ export const AdapterPythonData = [
},
{
title:
"[Async SQLAlchemy Adapter](https://github.com/pycasbin/async-sqlalchemy-adapter)",
"[Async SQLAlchemy Adapter](https://github.com/officialpycasbin/async-sqlalchemy-adapter)",
type: "ORM",
author: "Casbin",
autoSave: "✅",
Expand All @@ -49,7 +49,7 @@ export const AdapterPythonData = [
},
{
title:
"[Async Databases Adapter](https://github.com/pycasbin/casbin-databases-adapter)",
"[Async Databases Adapter](https://github.com/officialpycasbin/casbin-databases-adapter)",
type: "ORM",
author: "Casbin",
autoSave: "✅",
Expand Down Expand Up @@ -134,7 +134,7 @@ export const AdapterPythonData = [
image: "/img/ecosystem/dynamoDB.png",
},
{
title: "[Pymongo Adapter](https://github.com/pycasbin/pymongo-adapter)",
title: "[Pymongo Adapter](https://github.com/officialpycasbin/pymongo-adapter)",
type: "NoSQL",
author: "Casbin",
autoSave: "❌",
Expand All @@ -143,7 +143,7 @@ export const AdapterPythonData = [
image: "/img/ecosystem/monogoDB.png",
},
{
title: "[Redis Adapter](https://github.com/pycasbin/redis-adapter)",
title: "[Redis Adapter](https://github.com/officialpycasbin/redis-adapter)",
type: "KV store",
author: "Casbin",
autoSave: "✅",
Expand Down
8 changes: 4 additions & 4 deletions src/tableData/MiddlewareData/MiddlewarePythonData.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ export const MiddlewarePythonData = [
{
title: "[Django](https://www.djangoproject.com/)",
description:
"A high-level Python Web framework, via plugin: [django-casbin](https://github.com/pycasbin/django-casbin) or [django-authorization](https://github.com/pycasbin/django-authorization)",
"A high-level Python Web framework, via plugin: [django-casbin](https://github.com/officialpycasbin/django-casbin) or [django-casbin-auth](https://github.com/officialpycasbin/django-casbin-auth)",
image: "/img/ecosystem/django.png",
},
{
title: "[Flask](http://flask.pocoo.org/)",
description:
"A microframework for Python based on Werkzeug, Jinja 2 and good intentions, via plugin: [flask-authz](https://github.com/pycasbin/flask-authz) or [Flask-Casbin (3rd-party, but maybe more friendly)](https://github.com/daymien/Flask-Casbin) or [rbac-flask](https://github.com/daobeng/rbac-flask/tree/flask-casbin)",
"A microframework for Python based on Werkzeug, Jinja 2 and good intentions, via plugin: [flask-authz](https://github.com/officialpycasbin/flask-authz) or [Flask-Casbin (3rd-party, but maybe more friendly)](https://github.com/daymien/Flask-Casbin) or [rbac-flask](https://github.com/daobeng/rbac-flask/tree/flask-casbin)",
image: "/img/ecosystem/flask.png",
},
{
title: "[FastAPI](https://github.com/tiangolo/fastapi)",
description:
"A modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints, via plugin: [fastapi-authz](https://github.com/pycasbin/fastapi-authz) or [Fastapi-app](https://github.com/lqmanh/fastapi-app)",
"A modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints, via plugin: [fastapi-casbin-auth](https://github.com/officialpycasbin/fastapi-casbin-auth) or [Fastapi-app](https://github.com/lqmanh/fastapi-app)",
image: "/img/ecosystem/fastapi.png",
},
{
Expand All @@ -26,7 +26,7 @@ export const MiddlewarePythonData = [
{
title: "[Tornado](https://www.tornadoweb.org/)",
description:
"Tornado is a Python web framework and asynchronous networking library, via plugin: [tornado-authz](https://github.com/pycasbin/tornado-authz)",
"Tornado is a Python web framework and asynchronous networking library, via plugin: [tornado-authz](https://github.com/officialpycasbin/tornado-authz)",
image: "/img/ecosystem/tornado.png",
},
].map((item) => {
Expand Down
8 changes: 4 additions & 4 deletions src/tableData/WatcherData/WatcherPythonData.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export const WatcherPythonData = [
{
title: "[Etcd Watcher](https://github.com/pycasbin/etcd-watcher)",
title: "[Etcd Watcher](https://github.com/officialpycasbin/etcd-watcher)",
type: "KV store",
author: "Casbin",
description: "Watcher for [etcd](https://github.com/coreos/etcd)",
image: "/img/ecosystem/etcd.png",
},
{
title: "[Redis Watcher](https://github.com/pycasbin/redis-watcher)",
title: "[Redis Watcher](https://github.com/officialpycasbin/redis-watcher)",
type: "KV store",
author: "Casbin",
description: "Watcher for [Redis](http://redis.io/)",
Expand All @@ -31,14 +31,14 @@ export const WatcherPythonData = [
},
{
title:
"[PostgreSQL Watcher](https://github.com/pycasbin/postgresql-watcher)",
"[PostgreSQL Watcher](https://github.com/officialpycasbin/postgresql-watcher)",
type: "Database",
author: "Casbin",
description: "Watcher for [PostgreSQL](https://www.postgresql.org/)",
image: "/img/ecosystem/redis.png",
},
{
title: "[RabbitMQ Watcher](https://github.com/pycasbin/rabbitmq-watcher)",
title: "[RabbitMQ Watcher](https://github.com/officialpycasbin/rabbitmq-watcher)",
type: "Messaging system",
author: "Casbin",
description: "Watcher for [RabbitMQ](https://www.rabbitmq.com/)",
Expand Down

0 comments on commit bd0e850

Please sign in to comment.