Skip to content

Commit 24bd8d6

Browse files
Selflockinghsluoyz
andauthored
fix: fix broken links (#151)
* fix: fix broken links * Update README.md --------- Co-authored-by: hsluoyz <hsluoyz@qq.com>
1 parent 7a8e83a commit 24bd8d6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project adheres to the [Contributor Covenant 1.2.](https://www.contributor-
66

77
## Questions
88

9-
* We do our best to have un [up to date documentation](https://casbin.org/docs/en/overview)
9+
* We do our best to have un [up to date documentation](https://casbin.org/docs/overview)
1010
* [Stack Overflow](https://stackoverflow.com) is the best place to start if you have a question. Please use the [casbin tag](https://stackoverflow.com/tags/casbin/info) we are actively monitoring. We encourage you to use Stack Overflow specially for Modeling Access Control Problems, in order to build a shared knowledge base.
1111
* You can also join our [Discord](https://discord.gg/S5UjpzGZjN).
1212

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,40 +135,40 @@ What Casbin does NOT do:
135135

136136
## Documentation
137137

138-
https://casbin.org/docs/en/overview
138+
https://casbin.org/docs/overview
139139

140140
## Online editor
141141

142142
You can also use the online editor (https://casbin.org/editor/) to write your Casbin model and policy in your web browser. It provides functionality such as ``syntax highlighting`` and ``code completion``, just like an IDE for a programming language.
143143

144144
## Tutorials
145145

146-
https://casbin.org/docs/en/tutorials
146+
https://casbin.org/docs/tutorials
147147

148148
## Policy management
149149

150150
Casbin provides two sets of APIs to manage permissions:
151151

152-
- [Management API](https://casbin.org/docs/en/management-api): the primitive API that provides full support for Casbin policy management.
153-
- [RBAC API](https://casbin.org/docs/en/rbac-api): a more friendly API for RBAC. This API is a subset of Management API. The RBAC users could use this API to simplify the code.
152+
- [Management API](https://casbin.org/docs/management-api): the primitive API that provides full support for Casbin policy management.
153+
- [RBAC API](https://casbin.org/docs/rbac-api): a more friendly API for RBAC. This API is a subset of Management API. The RBAC users could use this API to simplify the code.
154154

155-
We also provide a [web-based UI](https://casbin.org/docs/en/admin-portal) for model management and policy management:
155+
We also provide a [web-based UI](https://casbin.org/docs/admin-portal) for model management and policy management:
156156

157157
![model editor](https://hsluoyz.github.io/casbin/ui_model_editor.png)
158158

159159
![policy editor](https://hsluoyz.github.io/casbin/ui_policy_editor.png)
160160

161161
## Policy persistence
162162

163-
https://casbin.org/docs/en/adapters
163+
https://casbin.org/docs/adapters
164164

165165
## Policy consistence between multiple nodes
166166

167-
https://casbin.org/docs/en/watchers
167+
https://casbin.org/docs/watchers
168168

169169
## Role manager
170170

171-
https://casbin.org/docs/en/role-managers
171+
https://casbin.org/docs/role-managers
172172

173173
## Examples
174174

@@ -188,11 +188,11 @@ Priority | [priority_model.conf](https://github.com/casbin/casbin/blob/master/ex
188188

189189
## Middlewares
190190

191-
Authz middlewares for web frameworks: https://casbin.org/docs/en/middlewares
191+
Authz middlewares for web frameworks: https://casbin.org/docs/middlewares
192192

193193
## Our adopters
194194

195-
https://casbin.org/docs/en/adopters
195+
https://casbin.org/docs/adopters
196196

197197
## How to Contribute
198198

0 commit comments

Comments
 (0)