From 13cf0d0ed878a5cf7dd4d102e02c81132ccc87fb Mon Sep 17 00:00:00 2001 From: p60087772 Date: Tue, 10 Jun 2025 16:30:23 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICDVZP]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9redux-toolkit=E4=B8=AD=E8=8B=B1=E6=96=87=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/js/redux-toolkit.md | 2 +- zh-cn/js/redux-toolkit.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/js/redux-toolkit.md b/en/js/redux-toolkit.md index d0ae4388..2034f6f0 100644 --- a/en/js/redux-toolkit.md +++ b/en/js/redux-toolkit.md @@ -223,4 +223,4 @@ This document is verified based on the following versions: ## License -This project is licensed under [MIT License](https://github.com/reduxjs/redux-toolkit?tab=readme-ov-file). \ No newline at end of file +This project is licensed under [MIT License](https://github.com/reduxjs/redux-toolkit/blob/master/LICENSE). \ No newline at end of file diff --git a/zh-cn/js/redux-toolkit.md b/zh-cn/js/redux-toolkit.md index 48ed7a1d..8ced5fb6 100644 --- a/zh-cn/js/redux-toolkit.md +++ b/zh-cn/js/redux-toolkit.md @@ -223,4 +223,4 @@ export function Counter() { ## 开源协议 -本项目基于 [The MIT License (MIT)](https://github.com/reduxjs/redux-toolkit?tab=readme-ov-file),请自由地享受和参与开源。 +本项目基于 [The MIT License (MIT)](https://github.com/reduxjs/redux-toolkit/blob/master/LICENSE),请自由地享受和参与开源。 -- Gitee