File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Python package to develop applications with the Dispatch platform.
2828 - [ Running Dispatch Applications] ( #running-dispatch-applications )
2929 - [ Writing Transactional Applications with Dispatch] ( #writing-transactional-applications-with-dispatch )
3030 - [ Integration with FastAPI] ( #integration-with-fastapi )
31- - [ Integration with FastAPI ] ( #integration-with-flask )
31+ - [ Integration with Flask ] ( #integration-with-flask )
3232 - [ Configuration] ( #configuration )
3333 - [ Serialization] ( #serialization )
3434- [ Examples] ( #examples )
@@ -201,7 +201,7 @@ program, driven by the Dispatch SDK.
201201
202202### Integration with Flask
203203
204- Dispatch can also be integrated with web applications built on [ Flask] .
204+ Dispatch can also be integrated with web applications built on [ Flask] [ flask ] .
205205
206206The API is nearly identical to FastAPI above, instead use:
207207
@@ -212,7 +212,7 @@ app = Flask(__name__)
212212dispatch = Dispatch(app)
213213```
214214
215- Flask : https://flask.palletsprojects.com/en/3.0.x/
215+ [ flask ] : https://flask.palletsprojects.com/en/3.0.x/
216216
217217### Configuration
218218
You can’t perform that action at this time.
0 commit comments