Skip to content

Commit

Permalink
fix: end the JSON-LD context URL by .json
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Oct 5, 2017
1 parent 0d55da5 commit 999ebe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/report/report-builders.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ReportBuilder {
) {
this._json = {
'@type': 'earl:report',
'@context': 'http://ace.daisy.org/ns/ace-report._jsonld',
'@context': 'http://ace.daisy.org/ns/ace-report.jsonld',
'dct:title': (title == null) ? '' : title.toString(),
'dct:description': (title == null) ? '' : description.toString(),
'dct:date': new Date().toLocaleString(),
Expand Down

0 comments on commit 999ebe8

Please sign in to comment.