Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
HashCookie committed May 15, 2024
1 parent e8b013c commit 2d8991f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Adapters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -469,4 +469,4 @@ if err != nil {
`ContextAdapter` API only has an extra layer of context processing than ordinary `Adapter` API,
and on the basis of implementing ordinary Adapter API, you can encapsulate your own processing logic for context

A simple reference to the `gormadapter`: [context_adapter.go](https://github.com/casbin/gorm-adapter/blob/master/context_adapter.go)
A simple reference to the `gormadapter`: [adapter.go](https://github.com/casbin/gorm-adapter/blob/master/adapter.go)
2 changes: 1 addition & 1 deletion docs/AdminPortal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ There are also third-party admin portal projects that use Casbin as an authoriza
| -----------------------------------------------------------------------| -----------------------------------| --------------------| --------| -----------------------------------------------------------------|
| [Casdoor](https://casdoor.org) | Casbin | React + Ant Design | Beego | Based on Beego + XORM + React |
| [go-admin-team/go-admin](https://github.com/go-admin-team/go-admin) | [@go-admin-team](https://github.com/go-admin-team) | Vue + Element UI | Gin | go-admin Based on Gin + Casbin + GORM |
| [gin-vue-admin](https://github.com/piexlmax/gin-vue-admin) | [@piexlmax](https://github.com/piexlmax) | Vue + Element UI | Gin | Based on Gin + GORM + Vue |
| [gin-vue-admin](https://github.com/piexlmax/gin-vue-admin) | piexlmax | Vue + Element UI | Gin | Based on Gin + GORM + Vue |
| [gin-admin](https://github.com/LyricTian/gin-admin) | [@LyricTian](https://github.com/LyricTian) | React + Ant Design | Gin | RBAC scaffolding based on Gin + GORM + Casbin + Ant Design React |
| [go-admin](https://github.com/hequan2017/go-admin) | [@hequan2017](https://github.com/hequan2017) | None | Gin | Go RESTful API gateway based on Gin + GORM + JWT + RBAC (Casbin) |
| [zeus-admin](https://github.com/bullteam/zeus-admin) | [bullteam](https://github.com/bullteam) | Vue + Element UI | Gin | Unified Permission management platform based on JWT + Casbin |
Expand Down

0 comments on commit 2d8991f

Please sign in to comment.