Skip to content

Commit 47cb651

Browse files
author
zhangjianping
committed
修复外链
1 parent fd53238 commit 47cb651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/system-design/coding-way/RESTfulAPI简明教程.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ GET /classes?page=1&size=10 //指定第1页,每页10个数据
127127
**RESTful API 介绍:**
128128

129129
- [RESTful API Tutorial](https://RESTfulapi.net/)
130-
- [RESTful API 最佳指南](http://www.ruanyifeng.com/blog/2014/05/RESTful_api.html)(阮一峰,这篇文章大部分内容来源)
130+
- [RESTful API 最佳指南](http://www.ruanyifeng.com/blog/2014/05/restful_api.html)(阮一峰,这篇文章大部分内容来源)
131131
- [[] RESTful API 设计最佳实践](https://juejin.im/entry/59e460c951882542f578f2f0)
132132
- [那些年,我们一起误解过的 REST](https://segmentfault.com/a/1190000016313947)
133133
- [Testing RESTful Services in Java: Best Practices](https://phauer.com/2016/testing-RESTful-services-java-best-practices/)

0 commit comments

Comments
 (0)