From 2efee74f55665fab87e5fe58cdbb679519f6eab3 Mon Sep 17 00:00:00 2001 From: YunShu Date: Sun, 30 Jul 2023 20:26:12 +0800 Subject: [PATCH] docs: update unavailable tutorial link --- docs/Tutorial.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tutorial.mdx b/docs/Tutorial.mdx index 4e7d46e9..3b9164e4 100644 --- a/docs/Tutorial.mdx +++ b/docs/Tutorial.mdx @@ -94,7 +94,7 @@ This is another longer-version paper published in Journal of Software. The citat - [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) -- [Using Go's authorization library Casbin with Gin and GORM (in Japanese)](https://www.zaneli.com/blog/20181203) +- [Using Go's authorization library Casbin with Gin and GORM (in Japanese)](https://web.archive.org/web/20211207015104/https://www.zaneli.com/blog/20181203) ### Echo