Skip to content

Commit b6303f3

Browse files
authored
update Flask-RESTful docs url
1 parent 8aedc80 commit b6303f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ URL method endpoint Usage
8888
/persons/<int:person_id> DELETE person_detail Delete a person
8989
======================== ====== ============= ===========================
9090

91-
Flask-COMBO-JSONAPI vs `Flask-RESTful <http://flask-restful-cn.readthedocs.io/en/0.3.5/a>`_
91+
Flask-COMBO-JSONAPI vs `Flask-RESTful <https://flask-restful.readthedocs.io/en/latest/>`_
9292
==========================================================================================
9393

9494
* In contrast to Flask-RESTful, Flask-COMBO-JSONAPI provides a default implementation of get, post, patch and delete methods around a strong specification JSONAPI 1.0. Thanks to this you can build REST API very quickly.

0 commit comments

Comments
 (0)