json-ld / json-ld.org

JSON for Linked Data's documentation and playground site
https://json-ld.org/
Other
852 stars 151 forks source link

Fix "http://schema.org" processing. #812

Closed davidlehn closed 11 months ago

davidlehn commented 11 months ago

Convert both "http://schema.org/" and "http://schema.org" to "https://schema.org/".

This covers up lower level issues, but will help address a common use case.

Closes: https://github.com/json-ld/json-ld.org/issues/798