We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2afd87 + 7ad084c commit a229881Copy full SHA for a229881
config.json
@@ -1,4 +1,5 @@
1
{
2
+ "pagesRepository": "tldr-pages/tldr",
3
"colors": {
4
"text": "green",
5
"command-background": "black",
lib/messages.js
@@ -8,5 +8,5 @@ exports.emptyCache = function() {
8
exports.notFound = function() {
9
return 'Page not found\n' +
10
'Try updating with "tldr --update", or submit a pull request to:\n' +
11
- 'http://github.com/' + config.get().repository;
+ 'https://github.com/' + config.get().pagesRepository;
12
};
0 commit comments