From 97970c57e622a0e7fb717e38cbec9a370a874c4b Mon Sep 17 00:00:00 2001 From: "J.K.SAGE" Date: Thu, 23 May 2019 19:41:04 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix dubbo link错误 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1728c91..a484e48f 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ ### 数据通信 - [数据通信(RESTful、RPC、消息队列)相关知识点总结](docs/system-design/data-communication/summary.md) -- [Dubbo 总结:关于 Dubbo 的重要知识点](docs/system-design/data-communication/Dubbo.md) +- [Dubbo 总结:关于 Dubbo 的重要知识点](docs/system-design/data-communication/dubbo.md) - [消息队列总结](docs/system-design/data-communication/message-queue.md) - [RabbitMQ 入门](docs/system-design/data-communication/RabbitMQ.md) - [RocketMQ的几个简单问题与答案](docs/system-design/data-communication/RocketMQ-Questions.md)