Skip to content

Commit

Permalink
docs: fix dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
Selflocking committed Mar 24, 2024
1 parent f6fc565 commit f1e453d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/docs.links.check.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
},
{
"pattern": "^https://blog.csdn.net"
},
{
"pattern": "^https://kns.cnki.net"
}
]
}
}
4 changes: 2 additions & 2 deletions docs/Tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This is another longer-version paper published in Journal of Software. The citat

- [Authorization in Golang Projects using Casbin](https://medium.com/wesionary-team/authorization-in-golang-projects-using-casbin-f8fad744dae5)
- [Tutorial: Integrate Gin with Casbin](https://dev.to/maxwellhertz/tutorial-integrate-gin-with-cabsin-56m0)
- [Policy enforcements on K8s with Pipeline](https://banzaicloud.com/blog/policy-enforcement-k8s/)
- [Policy enforcements on K8s with Pipeline](https://outshift.cisco.com/blog/policy-enforcement-k8s)
- [Authentication and authorization in Gin application with JWT and Casbin](https://medium.com/@tienbm90/authentication-and-authorization-in-gin-application-with-jwt-and-casbin-a56bbbdec90b)
- [Backend API with Go: 1. Authentication based on JWT (in Chinese)](https://studygolang.com/topics/6998)
- [Backend API with Go: 2. Authorization based on Casbin (in Chinese)](https://studygolang.com/topics/6999)
Expand All @@ -102,7 +102,7 @@ This is another longer-version paper published in Journal of Software. The citat

### Iris

- [Iris + Casbin: Practice for permission management (in Chinese)](https://zxc0328.github.io/2018/05/14/casbin-iris/)
- [Iris + Casbin: Practice for permission management (in Chinese)](https://zxc0328.github.io/posts-cn/casbin-iris/)
- [Learning iris + Casbin from scratch](https://learnku.com/articles/41416)

### Argo CD
Expand Down

0 comments on commit f1e453d

Please sign in to comment.