Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 985dd73

Browse filesBrowse 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
Copy full SHA for 985dd73

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/api-guide/schemas.md

Copy file name to clipboardExpand all lines: docs/api-guide/schemas.md
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.