We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd53238 commit 47cb651Copy full SHA for 47cb651
docs/system-design/coding-way/RESTfulAPI简明教程.md
@@ -127,7 +127,7 @@ GET /classes?page=1&size=10 //指定第1页,每页10个数据
127
**RESTful API 介绍:**
128
129
- [RESTful API Tutorial](https://RESTfulapi.net/)
130
-- [RESTful API 最佳指南](http://www.ruanyifeng.com/blog/2014/05/RESTful_api.html)(阮一峰,这篇文章大部分内容来源)
+- [RESTful API 最佳指南](http://www.ruanyifeng.com/blog/2014/05/restful_api.html)(阮一峰,这篇文章大部分内容来源)
131
- [[译] RESTful API 设计最佳实践](https://juejin.im/entry/59e460c951882542f578f2f0)
132
- [那些年,我们一起误解过的 REST](https://segmentfault.com/a/1190000016313947)
133
- [Testing RESTful Services in Java: Best Practices](https://phauer.com/2016/testing-RESTful-services-java-best-practices/)
0 commit comments