From c33b3c66065e6a4566e64ff2a79f080bbdb9b2e9 Mon Sep 17 00:00:00 2001 From: HuaHero Date: Thu, 2 Nov 2023 14:55:46 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 尝试将文档中缓存文档的绝对路径换成相对路径 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7c9e6ee..ca47a3b4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ - [分布式](https://github.com/CyC2018/CS-Notes/blob/master/notes/分布式.md) - [集群](https://github.com/CyC2018/CS-Notes/blob/master/notes/集群.md) - [攻击技术](https://github.com/CyC2018/CS-Notes/blob/master/notes/攻击技术.md) -- [缓存](https://github.com/CyC2018/CS-Notes/blob/master/notes/缓存.md) +- [缓存](./blob/master/notes/缓存.md) - [消息队列](https://github.com/CyC2018/CS-Notes/blob/master/notes/消息队列.md) ## :art: 面向对象