Skip to content

Commit 71143e8

Browse files
authored
Update mapper.js
1 parent 9e99796 commit 71143e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

general-scripts/rereferencer/mapper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const PROTOCOL = 'https';
44
const WIKI_TOKEN = 'wiki';
55
const DEFAULT_ANCHOR = '';
66
const WORDS_SEPARATOR = '-';
7-
const DOMAIN = 'devonfw.com';
7+
const DOMAIN = 'devonfw.github.io';
88
const DEFAULT_PREFIX = 'master';
99
const ANCHOR = (str) => `_${str}`;
1010
const ORIGINAL_FILE_EXT = '.asciidoc';
@@ -55,4 +55,4 @@ const instance = new Mapper();
5555
Object.freeze(instance);
5656

5757
// export default instance;
58-
module.exports = instance;
58+
module.exports = instance;

0 commit comments

Comments
 (0)