Skip to content

Commit

Permalink
docs: Fix broken Flask Request link in README.md (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
HKWinterhalter committed Nov 27, 2023
1 parent 366ca3f commit 6b9e9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def hello(request: flask.Request) -> flask.typing.ResponseReturnValue:
return "Hello world!"
```

> Your function is passed a single parameter, `(request)`, which is a Flask [`Request`](http://flask.pocoo.org/docs/1.0/api/#flask.Request) object.
> Your function is passed a single parameter, `(request)`, which is a Flask [`Request`](https://flask.palletsprojects.com/en/3.0.x/api/#flask.Request) object.
Run the following command:

Expand Down

0 comments on commit 6b9e9b5

Please sign in to comment.