Skip to content

Commit 3affb03

Browse files
author
scinorandex
committed
Replace source link with docs link
1 parent 991e044 commit 3affb03

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/utils/generatePlainOutput.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export const generatePlainOutput: (
6666
if (!quiet)
6767
responseArray = responseArray.concat([
6868
lines.helpMessage,
69-
lines.source,
70-
lines.repoLink,
69+
lines.docsLink,
70+
lines.WNrepoLink,
7171
`\n${saying}\n`,
7272
]);
7373

src/utils/getResponses.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
const { version } = require("../../package.json");
22

3-
/**
4-
* This file is a centralized location to get responses to the user
5-
* Such as the BMC link, the twitter link, github repo page etc.
6-
*/
3+
// This file is a centralized location to get responses to the user
4+
// Such as the BMC link, the twitter link, github repo page etc.
75

86
export const welcomeMessage = `Welcome to COVID-19 Tracker & CLI v${version} by Waren Gonzaga with Wareneutron Developers`;
97
export const lines = {
108
notFound: `\n${welcomeMessage}\n\nPlease visit: https://warengonza.ga/covid19-tracker-cli\n\n`,
119
defaultHeader: `COVID-19 Tracker & CLI v${version}`,
1210
helpMessage: `Help: Try to append the URL with /help to learn more...`,
13-
source: `Source: https://www.worldometers.info/coronavirus`,
14-
repoLink: `Code: https://github.com/warengonzaga/covid19-tracker-cli`,
1511
sponsorMessage: `Love this project? Help us to help others by means of coffee!\n`,
1612
GCashMessage: `(GCash) +639176462753`,
1713
BMCLink: `(Buy Me A Coffee) warengonza.ga/coffee4dev`,

0 commit comments

Comments
 (0)