We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e99796 commit 71143e8Copy full SHA for 71143e8
1 file changed
general-scripts/rereferencer/mapper.js
@@ -4,7 +4,7 @@ const PROTOCOL = 'https';
4
const WIKI_TOKEN = 'wiki';
5
const DEFAULT_ANCHOR = '';
6
const WORDS_SEPARATOR = '-';
7
-const DOMAIN = 'devonfw.com';
+const DOMAIN = 'devonfw.github.io';
8
const DEFAULT_PREFIX = 'master';
9
const ANCHOR = (str) => `_${str}`;
10
const ORIGINAL_FILE_EXT = '.asciidoc';
@@ -55,4 +55,4 @@ const instance = new Mapper();
55
Object.freeze(instance);
56
57
// export default instance;
58
-module.exports = instance;
+module.exports = instance;
0 commit comments