You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This project adheres to the [Contributor Covenant 1.2.](https://www.contributor-
6
6
7
7
## Questions
8
8
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)
10
10
*[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.
11
11
* You can also join our [Discord](https://discord.gg/S5UjpzGZjN).
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,15 +107,15 @@ What Casbin does NOT do:
107
107
108
108
## Documentation
109
109
110
-
https://casbin.org/docs/en/overview
110
+
https://casbin.org/docs/overview
111
111
112
112
## Online editor
113
113
114
114
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.
115
115
116
116
## Tutorials
117
117
118
-
https://casbin.org/docs/en/tutorials
118
+
https://casbin.org/docs/tutorials
119
119
120
120
## Integrating Casbin to your project through CMake
121
121
@@ -324,26 +324,26 @@ void IsAuthorized() {
324
324
325
325
Casbin provides two sets of APIs to manage permissions:
326
326
327
-
- [Management API](https://casbin.org/docs/en/management-api): the primitive API that provides full support for Casbin policy management.
328
-
- [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.
327
+
- [Management API](https://casbin.org/docs/management-api): the primitive API that provides full support for Casbin policy management.
328
+
- [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.
329
329
330
-
We also provide a [web-based UI](https://casbin.org/docs/en/admin-portal) for model management and policy management:
330
+
We also provide a [web-based UI](https://casbin.org/docs/admin-portal) for model management and policy management:
0 commit comments