8000 Merge branch 'master' into master · semantic-release/github@5221614 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 5221614

Browse files
authored
Merge branch 'master' into master
2 parents 5986bf6 + b591730 commit 5221614

File tree

1 file changed

+2
-2
lines chang 8000 ed

1 file changed

+2
-2
lines changed

lib/get-fail-comment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const HOME_URL = "https://github.com/semantic-release/semantic-release";
2-
const FAQ_URL = `${HOME_URL}/blob/caribou/docs/support/FAQ.md`;
2+
const FAQ_URL = `${HOME_URL}/blob/master/docs/support/FAQ.md`;
33
const GET_HELP_URL = `${HOME_URL}#get-help`;
4-
const USAGE_DOC_URL = `${HOME_URL}/blob/caribou/docs/usage/README.md`;
4+
const USAGE_DOC_URL = `${HOME_URL}/blob/master/docs/usage/README.md`;
55
const NEW_ISSUE_URL = `${HOME_URL}/issues/new`;
66

77
const formatError = (error) => `### ${error.message}

0 commit comments

Comments
 (0)
0