Skip to content

Commit

Permalink
fix: use the proper URL to Ace’s website in the report
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Oct 11, 2017
1 parent 3b35ccf commit 9c5c62a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/report/report-builders.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const ACE_DESCRIPTION = {
'@type': 'earl:software',
'doap:name': 'DAISY Ace',
'doap:description': 'DAISY Accessibility Checker for EPUB',
'doap:homepage': 'http://ace.daisy.org',
'doap:homepage': 'http://daisy.github.io/ace',
'doap:created': '2017-07-01',
'doap:release': { 'doap:revision': pkg.version },
};
Expand Down
2 changes: 1 addition & 1 deletion src/report/report-builders.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('report builder', () => {
'@type': 'earl:software',
'doap:name': 'DAISY Ace',
'doap:description': 'DAISY Accessibility Checker for EPUB',
'doap:homepage': 'http://ace.daisy.org',
'doap:homepage': 'http://daisy.github.io/ace',
'doap:created': '2017-07-01',
'doap:release': { 'doap:revision': pkg.version },
},
Expand Down
4 changes: 2 additions & 2 deletions tests/data/report/ace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@type": "earl:software",
"doap:name": "DAISY Ace",
"doap:description": "DAISY Accessibility Checker for EPUB",
"doap:homepage": "http://ace.daisy.org",
"doap:homepage": "http://daisy.github.io/ace",
"doap:created": "2017-07-01",
"doap:release": {
"doap:revision": "v0.2.0"
Expand Down Expand Up @@ -58,4 +58,4 @@
"data": {
"images": []
}
}
}
4 changes: 2 additions & 2 deletions tests/data/report/js/aceReportData.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const aceReportData = {
"@type": "earl:software",
"doap:name": "DAISY Ace",
"doap:description": "DAISY Accessibility Checker for EPUB",
"doap:homepage": "http://ace.daisy.org",
"doap:homepage": "http://daisy.github.io/ace",
"doap:created": "2017-07-01",
"doap:release": {
"doap:revision": "v0.2.0"
Expand Down Expand Up @@ -58,4 +58,4 @@ const aceReportData = {
"data": {
"images": []
}
};
};

0 comments on commit 9c5c62a

Please sign in to comment.