Skip to content

Commit

Permalink
feat: use the new URL for DAISY’s KB
Browse files Browse the repository at this point in the history
Closes #58
  • Loading branch information
rdeltour committed Oct 10, 2017
1 parent ceed934 commit a659a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/checker/checker-epub.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const winston = require('winston');

const ASSERTED_BY = 'Ace';
const MODE = 'automatic';
const KB_BASE = 'https://daisy.github.io/a11y-kb/';
const KB_BASE = 'http://kb.daisy.org/publishing/';

function asString(arrayOrString) {
if (Array.isArray(arrayOrString) && arrayOrString.length > 0) {
Expand Down
2 changes: 1 addition & 1 deletion src/report/axe2ace.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const winston = require('winston');

// axe test IDs mapped to our KB pages
const kbMap = {
'baseUrl': 'https://daisy.github.io/a11y-kb/',
'baseUrl': 'http://kb.daisy.org/publishing/',
'map': {
'html-has-lang': {url: 'docs/html/lang.html', title: 'Language'},
'html-lang-valid': {url: 'docs/html/lang.html', title: 'Language'},
Expand Down

0 comments on commit a659a9c

Please sign in to comment.