diff --git a/docs/system-design/设计模式.md b/docs/system-design/设计模式.md index 6af52e41..3f45d85c 100644 --- a/docs/system-design/设计模式.md +++ b/docs/system-design/设计模式.md @@ -35,7 +35,7 @@ ### 常见结构型模式详解 - **适配器模式:** - - [深入理解适配器模式——加个“适配器”以便于复用](https://segmentfault.com/a/1190000011856448) + - [深入理解适配器模式——加个“适配器”以便于复用](https://segmentfault.com/a/1190000011856448) https://blog.csdn.net/carson_ho/article/details/54910430 - [适配器模式原理及实例介绍-IBM](https://www.ibm.com/developerworks/cn/java/j-lo-adapter-pattern/index.html) - **桥接模式:** [设计模式笔记16:桥接模式(Bridge Pattern)](https://blog.csdn.net/yangzl2008/article/details/7670996) - **组合模式:** [大话设计模式—组合模式](https://blog.csdn.net/lmb55/article/details/51039781)