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

docs: Fix broken links #242

Merged
merged 2 commits into from
May 15, 2024
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
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/flipped-aurora/gin-vue-admin) | [flipped-aurora](https://github.com/flipped-aurora) | 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
Loading