From 06beaf997a5b40dcbb868282c68f78de65fca0f8 Mon Sep 17 00:00:00 2001 From: skyenought <70408571+Skyenought@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:20:45 +0800 Subject: [PATCH] docs: add statement about sessions (#4) --- README.md | 3 +-- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 进行了适配。 ## 使用方法