Skip to content

Commit

Permalink
fix(docs): correct docs branch for fail-comment links (#893)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Travi <[email protected]>
Co-authored-by: Olabode Lawal-Shittabey <[email protected]>
  • Loading branch information
3 people committed Aug 9, 2024
1 parent 51ee808 commit b591730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/get-fail-comment.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const HOME_URL = "https://github.com/semantic-release/semantic-release";
const FAQ_URL = `${HOME_URL}/blob/caribou/docs/support/FAQ.md`;
const FAQ_URL = `${HOME_URL}/blob/master/docs/support/FAQ.md`;
const GET_HELP_URL = `${HOME_URL}#get-help`;
const USAGE_DOC_URL = `${HOME_URL}/blob/caribou/docs/usage/README.md`;
const USAGE_DOC_URL = `${HOME_URL}/blob/master/docs/usage/README.md`;
const NEW_ISSUE_URL = `${HOME_URL}/issues/new`;

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

0 comments on commit b591730

Please sign in to comment.