Skip to content

Commit 3e42413

Browse files
Selflockinghsluoyz
andauthored
fix: fix broken links (#233)
* fix: fix broken links * Update README.md --------- Co-authored-by: hsluoyz <[email protected]>
1 parent dae142a commit 3e42413

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
@@ -107,15 +107,15 @@ What Casbin does NOT do:
107107

108108
## Documentation
109109

110-
https://casbin.org/docs/en/overview
110+
https://casbin.org/docs/overview
111111

112112
## Online editor
113113

114114
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.
115115

116116
## Tutorials
117117

118-
https://casbin.org/docs/en/tutorials
118+
https://casbin.org/docs/tutorials
119119

120120
## Integrating Casbin to your project through CMake
121121

@@ -324,26 +324,26 @@ void IsAuthorized() {
324324

325325
Casbin provides two sets of APIs to manage permissions:
326326

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.
329329

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:
331331

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

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

336336
## Policy persistence
337337

338-
https://casbin.org/docs/en/adapters
338+
https://casbin.org/docs/adapters
339339

340340
## Policy consistence between multiple nodes
341341

342-
https://casbin.org/docs/en/watchers
342+
https://casbin.org/docs/watchers
343343

344344
## Role manager
345345

346-
https://casbin.org/docs/en/role-managers
346+
https://casbin.org/docs/role-managers
347347

348348
## Examples
349349

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

364364
## Middlewares
365365

366-
Authz middlewares for web frameworks: https://casbin.org/docs/en/middlewares
366+
Authz middlewares for web frameworks: https://casbin.org/docs/middlewares
367367

368368
## Our adopters
369369

370-
https://casbin.org/docs/en/adopters
370+
https://casbin.org/docs/adopters
371371

372372
## How to Contribute
373373

0 commit comments

Comments
 (0)