Skip to content

Commit 7f9f50f

Browse files
committed
update docs
1 parent 2f9bc32 commit 7f9f50f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ This example provides this api:
7676

7777
.. warning::
7878

79-
In this example, I use Flask-SQLAlchemy so you have to install it before to run the example.
79+
In this example Flask-SQLAlchemy is used, so you'll need to install it before running this example.
8080

8181
$ pip install flask_sqlalchemy
8282

83-
Save this as api.py and run it using your Python interpreter. Note that we've enabled
84-
`Flask debugging <http://flask.pocoo.org/docs/quickstart/#debug-mode>`_ mode to provide code reloading and better error
83+
Save `this file <https://github.com/AdCombo/flask-combo-jsonapi/blob/master/examples/api.py>`_ as api.py and run it using your Python interpreter. Note that we've enabled
84+
`Flask debugging <https://flask.palletsprojects.com/en/2.0.x/quickstart/#debug-mode>`_ mode to provide code reloading and better error
8585
messages. ::
8686

8787
$ python api.py

0 commit comments

Comments
 (0)