Skip to content

Commit aa59554

Browse files
authored
fix: fix broken links (#26)
1 parent 7f92d37 commit aa59554

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# casbin-kubesphere-auth
22
[TOC]
33
## 0.Overview
4-
Casbin-kubesphere-auth is a plugin which apply several security authentication check on kubesphere via [casbin](https://casbin.org/docs/en/overview).
4+
Casbin-kubesphere-auth is a plugin which apply several security authentication check on kubesphere via [casbin](https://casbin.org/docs/overview).
55

66
In fact, this plugin is an admission webhook of k8s, performing various kinds of checks and applying the security rules on each operation.
77

@@ -197,7 +197,7 @@ Besides, each line of policy is generated as a crd object, defined in the files
197197

198198
After these files are generated, use kubectl apply -f to make them into effect.
199199

200-
As for the adaptor, you can find these code in pkg/crdadaptor. If you don't know what a casbin adaptor is, see <https://casbin.org/docs/en/adapters>
200+
As for the adaptor, you can find these code in pkg/crdadaptor. If you don't know what a casbin adaptor is, see <https://casbin.org/docs/adapters>
201201

202202
### 3.4 Reexamination of the config file.
203203

0 commit comments

Comments
 (0)