Skip to content

Commit 985dd73

Browse files
authored
Fix broken Heroku JSON Schema link in schemas.md (#9693)
Replaced the outdated Heroku JSON Schema reference URL, which was returning a 404 error, with the updated working link from the official Heroku blog.
1 parent 78e9707 commit 985dd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/schemas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ If your views have related customizations that are needed frequently, you can
451451
create a base `AutoSchema` subclass for your project that takes additional
452452
`__init__()` kwargs to save subclassing `AutoSchema` for each view.
453453

454-
[cite]: https://blog.heroku.com/archives/2014/1/8/json_schema_for_heroku_platform_api
454+
[cite]: https://www.heroku.com/blog/json_schema_for_heroku_platform_api/
455455
[openapi]: https://github.com/OAI/OpenAPI-Specification
456456
[openapi-specification-extensions]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#specification-extensions
457457
[openapi-operation]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#operationObject

0 commit comments

Comments
 (0)