Skip to content

Commit ba49dae

Browse files
committed
changing URL to point to flex/main branch
1 parent c5d0769 commit ba49dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GenerateRecipesReadmeCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ protected function execute(InputInterface $input, OutputInterface $output): int
4545
$contentLines[] = '# List of Recipes';
4646
$contentLines[] = '';
4747
if ($isContrib) {
48-
$contentLines[] = 'Additional recipes can be found on the [Main Recipes Repository](https://github.com/symfony/recipes/blob/master/RECIPES.md)';
48+
$contentLines[] = 'Additional recipes can be found on the [Main Recipes Repository](https://github.com/symfony/recipes/blob/flex/main/RECIPES.md)';
4949
} else {
50-
$contentLines[] = 'Additional recipes can be found on the [Contrib Recipes Repository](https://github.com/symfony/recipes-contrib/blob/master/RECIPES.md)';
50+
$contentLines[] = 'Additional recipes can be found on the [Contrib Recipes Repository](https://github.com/symfony/recipes-contrib/blob/flex/main/RECIPES.md)';
5151
}
5252
$contentLines[] = '';
5353

0 commit comments

Comments
 (0)