diff --git a/README.md b/README.md index 5584dcb6bcc87f9ccfe92174259578f80d53e137..db558209a8d67324c3bf8b2269f8ef342720898f 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ * [Java 基础知识回顾](https://github.com/Snailclimb/Java-Guide/blob/master/Java相关/Java基础知识.md) * [J2EE 基础知识回顾](https://github.com/Snailclimb/Java-Guide/blob/master/Java相关/J2EE基础知识.md) -* [static、final、this、super关键字总结](https://github.com/Snailclimb/Java-Guide/blob/master/Java相关/final、static、this、super.md) -* [static 关键字详解](https://github.com/Snailclimb/Java-Guide/blob/master/Java相关/static.md) +* [Java常见关键字总结:static、final、this、super](https://github.com/Snailclimb/Java-Guide/blob/master/Java相关/final、static、this、super.md) + ### Java 集合框架