Skip to content

Commit 0f3f7e4

Browse files
committed
docs: update website URLs
1 parent e23e19b commit 0f3f7e4

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
[![Release](https://img.shields.io/github/release/apache/casbin-jcasbin.svg)](https://github.com/apache/casbin-jcasbin/releases/latest)
88
[![Discord](https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2)](https://discord.gg/S5UjpzGZjN)
99

10-
**News**: still worry about how to write the correct jCasbin policy? `Casbin online editor` is coming to help! Try it at: https://casbin.org/editor/
10+
**News**: still worry about how to write the correct jCasbin policy? `Casbin online editor` is coming to help! Try it at: https://casbin.apache.org/editor/
1111

1212
![casbin Logo](casbin-logo.png)
1313

1414
jCasbin is a powerful and efficient open-source access control library for Java projects. It provides support for enforcing authorization based on various [access control models](https://en.wikipedia.org/wiki/Computer_security_model).
1515

1616
## All the languages supported by Casbin:
1717

18-
| [![golang](https://casbin.org/img/langs/golang.png)](https://github.com/casbin/casbin) | [![java](https://casbin.org/img/langs/java.png)](https://github.com/apache/casbin-jcasbin) | [![nodejs](https://casbin.org/img/langs/nodejs.png)](https://github.com/casbin/node-casbin) | [![php](https://casbin.org/img/langs/php.png)](https://github.com/php-casbin/php-casbin) |
18+
| [![golang](https://casbin.apache.org/img/langs/golang.png)](https://github.com/casbin/casbin) | [![java](https://casbin.apache.org/img/langs/java.png)](https://github.com/apache/casbin-jcasbin) | [![nodejs](https://casbin.apache.org/img/langs/nodejs.png)](https://github.com/casbin/node-casbin) | [![php](https://casbin.apache.org/img/langs/php.png)](https://github.com/php-casbin/php-casbin) |
1919
|----------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|
2020
| [Casbin](https://github.com/casbin/casbin) | [jCasbin](https://github.com/apache/casbin-jcasbin) | [node-Casbin](https://github.com/casbin/node-casbin) | [PHP-Casbin](https://github.com/php-casbin/php-casbin) |
2121
| production-ready | production-ready | production-ready | production-ready |
2222

23-
| [![python](https://casbin.org/img/langs/python.png)](https://github.com/casbin/pycasbin) | [![dotnet](https://casbin.org/img/langs/dotnet.png)](https://github.com/casbin-net/Casbin.NET) | [![c++](https://casbin.org/img/langs/cpp.png)](https://github.com/casbin/casbin-cpp) | [![rust](https://casbin.org/img/langs/rust.png)](https://github.com/casbin/casbin-rs) |
23+
| [![python](https://casbin.apache.org/img/langs/python.png)](https://github.com/casbin/pycasbin) | [![dotnet](https://casbin.apache.org/img/langs/dotnet.png)](https://github.com/casbin-net/Casbin.NET) | [![c++](https://casbin.apache.org/img/langs/cpp.png)](https://github.com/casbin/casbin-cpp) | [![rust](https://casbin.apache.org/img/langs/rust.png)](https://github.com/casbin/casbin-rs) |
2424
|------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|
2525
| [PyCasbin](https://github.com/casbin/pycasbin) | [Casbin.NET](https://github.com/casbin-net/Casbin.NET) | [Casbin-CPP](https://github.com/casbin/casbin-cpp) | [Casbin-RS](https://github.com/casbin/casbin-rs) |
2626
| production-ready | production-ready | beta-test | production-ready |
@@ -122,15 +122,15 @@ For Maven:
122122

123123
## Documentation
124124

125-
https://casbin.org/docs/overview
125+
https://casbin.apache.org/docs/overview
126126

127127
## Online editor
128128

129-
You can also use the online editor (https://casbin.org/editor/) to write your jCasbin 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.
129+
You can also use the online editor (https://casbin.apache.org/editor/) to write your jCasbin 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.
130130

131131
## Tutorials
132132

133-
https://casbin.org/docs/tutorials
133+
https://casbin.apache.org/docs/tutorials
134134

135135
## Get started
136136

@@ -181,11 +181,11 @@ We also provide a [web-based UI](https://github.com/casbin/web-ui) for model man
181181

182182
## Policy persistence
183183

184-
https://casbin.org/docs/adapters
184+
https://casbin.apache.org/docs/adapters
185185

186186
## Role manager
187187

188-
https://casbin.org/docs/role-managers
188+
https://casbin.apache.org/docs/role-managers
189189

190190
## Expression Validation and Cross-Platform Compatibility
191191

@@ -242,11 +242,11 @@ If an expression contains restricted syntax, it will be logged as a warning and
242242

243243
## Middlewares
244244

245-
Authz middlewares for web frameworks: https://casbin.org/docs/middlewares
245+
Authz middlewares for web frameworks: https://casbin.apache.org/docs/middlewares
246246

247247
## Our adopters
248248

249-
https://casbin.org/docs/adopters
249+
https://casbin.apache.org/docs/adopters
250250

251251
## Spring Boot support
252252

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<name>JCasbin Authorization Library</name>
1010
<description>An authorization library that supports access control models like ACL, RBAC, ABAC in Java</description>
11-
<url>https://casbin.org/</url>
11+
<url>https://casbin.apache.org/</url>
1212
<inceptionYear>2017</inceptionYear>
1313

1414
<issueManagement>

0 commit comments

Comments
 (0)