Skip to content

Commit

Permalink
FRW-7458: Fixed upgrader link (#318)
Browse files Browse the repository at this point in the history
* Updated PR_ASSIGNEES users

* FRW-7458: Fixed upgrader link
  • Loading branch information
vol4onok authored Mar 11, 2024
1 parent 4d26dfa commit ee3c99f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ protected function buildFooterText(StepsResponseDto $stepsResponseDto): string
{
return '### Having trouble with Upgrader and going to contact Spryker?'
. PHP_EOL
. '- Check [Upgrader docs](https://docs.spryker.com/docs/scu/dev/spryker-code-upgrader.html)'
. '- Check [Upgrader docs](https://docs.spryker.com/docs/ca/devscu/spryker-code-upgrader.html)'
. PHP_EOL
. '- Please copy this report ID or content of this PR and send it to us. '
. sprintf('Report ID: %s', $stepsResponseDto->getReportId() ?? 'n/a');
Expand Down

0 comments on commit ee3c99f

Please sign in to comment.