Skip to content

Commit 93e7b9d

Browse files
fix(hydra): context url in https
1 parent 001d771 commit 93e7b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonLd/ContextBuilderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
interface ContextBuilderInterface
2525
{
26-
public const HYDRA_CONTEXT = 'http://www.w3.org/ns/hydra/context.jsonld';
26+
public const HYDRA_CONTEXT = 'https://www.w3.org/ns/hydra/context.jsonld';
2727
public const HYDRA_NS = 'http://www.w3.org/ns/hydra/core#';
2828
public const JSONLD_NS = 'http://www.w3.org/ns/json-ld#';
2929
public const RDF_NS = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';

0 commit comments

Comments
 (0)