Index: lib/utils.js |
=================================================================== |
--- a/lib/utils.js |
+++ b/lib/utils.js |
@@ -59,17 +59,17 @@ |
generateChecksum(lines) |
{ |
// We cannot calculate MD5 checksums yet :-( |
return null; |
}, |
getDocLink(linkID) |
{ |
- let docLink = require("prefs").Prefs.documentation_link; |
+ let docLink = require("./prefs").Prefs.documentation_link; |
return docLink.replace(/%LINK%/g, linkID) |
.replace(/%LANG%/g, Utils.appLocale); |
}, |
yield() |
{ |
} |
}; |