Update README.md

尝试将README.md中缓存文档的绝对路径换成相对路径
This commit is contained in:
HuaHero 2023-11-02 14:57:55 +08:00 committed by GitHub
parent 98fd3f044e
commit 50e88cf865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
- [缓存](./blob/master/notes/缓存.md)
- [缓存](./notes/缓存.md)
- [消息队列](https://github.com/CyC2018/CS-Notes/blob/master/notes/消息队列.md)
## :art: 面向对象