From ec4093ef3e767de52fee4370789b38be72b7bea1 Mon Sep 17 00:00:00 2001 From: byteblogs168 <598092184@qq.com> Date: Thu, 27 Apr 2023 17:05:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=201.0.0=20=E6=9B=BF=E6=8D=A2readme?= =?UTF-8?q?=E6=B5=81=E9=87=8F=E7=AE=A1=E7=90=86=E5=B9=B3=E5=8F=B0=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93a92c32..71521688 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ ## 相关链接 - [字节跳动: 如何优雅地重试](https://juejin.cn/post/6914091859463634951) -- [文档](http://easyretry.byteblogs.com/pages/a2f161/) -- [功能实例](http://easyretry.byteblogs.com/pages/960e25/) +- [文档](https://www.easyretry.com/pages/a2f161/) +- [功能实例](https://www.easyretry.com/pages/960e25/) ## 原理 - [客户端原理剖析](https://gitee.com/aizuda/easy-retry/tree/dev/example) - [服务端原理剖析](https://gitee.com/aizuda/easy-retry/tree/dev/example)