From b4b6ffac493fd13f928dab96b6e0f0764d3fbae5 Mon Sep 17 00:00:00 2001 From: yzddtc <45634239+yzddtc@users.noreply.github.com> Date: Sat, 12 Nov 2022 18:31:32 +0800 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e7c9e6ee..aa35a786 100644 --- a/README.md +++ b/README.md @@ -22,26 +22,26 @@ ## :pencil2: 算法 -- [剑指 Offer 题解](https://github.com/CyC2018/CS-Notes/blob/master/notes/剑指%20Offer%20题解%20-%20目录.md) -- [Leetcode 题解](https://github.com/CyC2018/CS-Notes/blob/master/notes/Leetcode%20题解%20-%20目录.md) -- [算法](https://github.com/CyC2018/CS-Notes/blob/master/notes/算法%20-%20目录.md) +- [剑指 Offer 题解](https://github.com/yzddtc/CS-Notes/blob/master/notes/剑指%20Offer%20题解%20-%20目录.md) +- [Leetcode 题解](https://github.com/yzddtc/CS-Notes/blob/master/notes/Leetcode%20题解%20-%20目录.md) +- [算法](https://github.com/yzddtc/CS-Notes/blob/master/notes/算法%20-%20目录.md) - [字节跳动内推](assets/内推.md) ## :computer: 操作系统 -- [计算机操作系统](https://github.com/CyC2018/CS-Notes/blob/master/notes/计算机操作系统%20-%20目录.md) -- [Linux](https://github.com/CyC2018/CS-Notes/blob/master/notes/Linux.md) +- [计算机操作系统](https://github.com/yzddtc/CS-Notes/blob/master/notes/计算机操作系统%20-%20目录.md) +- [Linux](https://github.com/yzddtc/CS-Notes/blob/master/notes/Linux.md) ## :cloud: 网络 -- [计算机网络](https://github.com/CyC2018/CS-Notes/blob/master/notes/计算机网络%20-%20目录.md) -- [HTTP](https://github.com/CyC2018/CS-Notes/blob/master/notes/HTTP.md) -- [Socket](https://github.com/CyC2018/CS-Notes/blob/master/notes/Socket.md) +- [计算机网络](https://github.com/yzddtc/CS-Notes/blob/master/notes/计算机网络%20-%20目录.md) +- [HTTP](https://github.com/yzddtc/CS-Notes/blob/master/notes/HTTP.md) +- [Socket](https://github.com/yzddtc/CS-Notes/blob/master/notes/Socket.md) ## :floppy_disk: 数据库 -- [数据库系统原理](https://github.com/CyC2018/CS-Notes/blob/master/notes/数据库系统原理.md) -- [SQL 语法](https://github.com/CyC2018/CS-Notes/blob/master/notes/SQL%20语法.md) +- [数据库系统原理](https://github.com/yzddtc/CS-Notes/blob/master/notes/数据库系统原理.md) +- [SQL 语法](https://github.com/yzddtc/CS-Notes/blob/master/notes/SQL%20语法.md) - [SQL 练习](https://github.com/CyC2018/CS-Notes/blob/master/notes/SQL%20练习.md) - [MySQL](https://github.com/CyC2018/CS-Notes/blob/master/notes/MySQL.md) - [Redis](https://github.com/CyC2018/CS-Notes/blob/master/notes/Redis.md)