Skip to content

Commit

Permalink
Fix redirect for json-schema.org (#1718)
Browse files Browse the repository at this point in the history
* Fix redirect

* Add changelog
  • Loading branch information
stevepiercy committed Oct 2, 2023
1 parent 3ad0f05 commit 3927a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/endpoints/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To get the schema of a content type, access the `/@types` endpoint with the name
:language: http
```

The content type schema uses the [JSON Schema](http://json-schema.org/) format.
The content type schema uses the [JSON Schema](https://json-schema.org/) format.
The tagged values for the widgets are also exposed in the `properties` attribute of the schema.

For `Choice` fields, their vocabulary or source will be linked to in a `vocabulary` or `querysource` property (one or the other, never both):
Expand Down
1 change: 1 addition & 0 deletions news/1718.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix redirect for https://json-schema.org/. @stevepiercy

0 comments on commit 3927a89

Please sign in to comment.