Skip to content

Commit

Permalink
Change docs link for branch name override
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhobbs committed Oct 18, 2024
1 parent 925b5f0 commit 020eedf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node-src/ui/messages/warnings/undefinedBranchOwner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { dedent } from 'ts-dedent';
import { info, warning } from '../../components/icons';
import link from '../../components/link';

const docsUrl =
'https://www.chromatic.com/docs/custom-ci-provider/#overriding-chromatics-branch-detection';
const docsUrl = 'https://www.chromatic.com/docs/faq/override-branch-name/';

export default () => {
return dedent(chalk`
Expand Down

0 comments on commit 020eedf

Please sign in to comment.