]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update link in release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 29 May 2019 07:51:43 +0000 (11:51 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 29 May 2019 07:51:43 +0000 (11:51 +0400)
docs/release-notes.md

index 9710af6a53e44c205ad192ec9c0517f3743dcdcc..d4ba03c37046dc3e78437fc6b70f7a61cdc3e210 100644 (file)
@@ -1,6 +1,6 @@
 ## Next release
 
-* Update docs for testing FastAPI. Include using `POST`, sending JSON, testing headers, etc. New documentation: [Testing](https://fastapi.tiangolo.com/tutorial/testing/). PR [#271](https://github.com/tiangolo/fastapi/pull/271).
+* Update docs for testing FastAPI. Include using `POST`, sending JSON, testing headers, etc. New documentation: [Testing](https://fastapi.tiangolo.com/tutorial/testing/#testing-extended-example). PR [#271](https://github.com/tiangolo/fastapi/pull/271).
 
 * Fix type declaration of `response_model` to allow generic Python types as `List[Model]`. Mainly to fix `mypy` for users. PR [#266](https://github.com/tiangolo/fastapi/pull/266).