diff --git a/README.md b/README.md index ce43847..965c1a6 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ This is a middleware for hertz. Hertz middleware for session management with multi-backend support: - - [Cookie-based](#cookie-based) - [Redis](#redis) -This repo is forked from [sessions](https://github.com/hertz-contrib/sessions) and adapted for hertz. +This repo is forked from [sessions](https://github.com/gin-contrib/sessions) and adapted for hertz. ## Usage ### Start using it diff --git a/README_CN.md b/README_CN.md index 6712ebb..88633b3 100644 --- a/README_CN.md +++ b/README_CN.md @@ -8,7 +8,7 @@ - [cookie-based](#cookie-based) - [Redis](#redis) -这个仓库是从 [sessions](https://github.com/hertz-contrib/sessions) fork 而来的,并为 hertz 进行了适配。 +这个仓库是从 [sessions](https://github.com/gin-contrib/sessions) fork 而来的,并为 hertz 进行了适配。 ## 使用方法