Skip to content

Commit 02cc7cb

Browse files
author
Mitzi László
authored
Merge pull request #9 from jeff-zucker/patch-1
missing slash on schema.org
2 parents f488fd0 + 808295d commit 02cc7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const aliases = {
4040
rdfs: 'http://www.w3.org/2000/01/rdf-schema#',
4141
rss: 'http://purl.org/rss/1.0/',
4242
sched: 'http://www.w3.org/ns/pim/schedule#',
43-
schema: 'http:/schema.org/', // @@ beware confusion with documents no 303
43+
schema: 'http://schema.org/', // @@ beware confusion with documents no 303
4444
sioc: 'http://rdfs.org/sioc/ns#',
4545
solid: 'http://www.w3.org/ns/solid/terms#',
4646
space: 'http://www.w3.org/ns/pim/space#',

0 commit comments

Comments
 (0)