Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit a57a7e9

Browse files
committed
Fix broken links in README
1 parent 69a6ead commit a57a7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Before proceeding, make sure to have the following-
3737
```
3838
docker build -t casbin/k8s_authz:0.1 .
3939
```
40-
- Define the casbin policies in the [model.conf](https://github.com/casbin/k8s-authz/blob/master/config/model.conf) and [policy.csv](https://github.com/casbin/k8s-authz/blob/master/config/policy.csv). You can refer the [docs](https://casbin.org/docs/en/how-it-works) to get to know more about the working of these policies.
40+
- Define the casbin policies in the [model.conf](https://github.com/casbin/k8s-authz/blob/master/config/model.conf) and [policy.csv](https://github.com/casbin/k8s-authz/blob/master/config/policy.csv). You can refer the [docs](https://casbin.org/docs/how-it-works) to get to know more about the working of these policies.
4141

4242
- Before deploying, you can change the ports in [main.go](https://github.com/casbin/k8s-authz/blob/master/main.go) and also in the validation webhook configuration [file](https://github.com/casbin/k8s-authz/blob/master/manifests/deployment.yaml) depending on your usage.
4343
- Deploy the validation controller and the webhook on k8s cluster by running:-
@@ -56,7 +56,7 @@ Now the server should be running and ready to validate the requests for the oper
5656

5757
## Documentation
5858

59-
You can check the official [docs](https://casbin.org/docs/en/k8s) for more detailed explaination.
59+
You can check the official [docs](https://casbin.org/docs/k8s) for more detailed explaination.
6060

6161
## Community
6262

0 commit comments

Comments
 (0)