From c29ca394b2dbe64825ce5039b7dd0c886a3d1fef Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 3 May 2024 16:38:56 -0400 Subject: [PATCH] Update to link to latest docs --- src/AppBundle/PullRequests/BodyParser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AppBundle/PullRequests/BodyParser.php b/src/AppBundle/PullRequests/BodyParser.php index 7214abe..92d9d28 100644 --- a/src/AppBundle/PullRequests/BodyParser.php +++ b/src/AppBundle/PullRequests/BodyParser.php @@ -55,7 +55,7 @@ public function getDescription() /** * @Assert\Choice(callback = "getValidTypes", - * message = "The `type` should be one of these: `new feature`, `improvement`, `bug fix` or `refacto` ([Read explanation](https://devdocs.prestashop.com/1.7/contribute/contribution-guidelines/pull-requests/#type--category)).", + * message = "The `type` should be one of these: `new feature`, `improvement`, `bug fix` or `refacto` ([Read explanation](https://devdocs.prestashop-project.org/8/contribute/contribution-guidelines/pull-requests/#type--category)).", * strict=true) * * @return string @@ -69,7 +69,7 @@ public function getType() /** * @Assert\Choice(choices = {"BO", "CO", "FO", "IN", "LO", "ME", "PM", "TE", "WS"}, - * message = "The `category` should be one of these: `BO`, `CO`, `FO`, `IN`, `LO`, `ME`, `PM`, `TE` or `WS` ([Read explanation](https://devdocs.prestashop.com/1.7/contribute/contribution-guidelines/pull-requests/#type--category))", + * message = "The `category` should be one of these: `BO`, `CO`, `FO`, `IN`, `LO`, `ME`, `PM`, `TE` or `WS` ([Read explanation](https://devdocs.prestashop-project.org/8/contribute/contribution-guidelines/pull-requests/#type--category))", * strict=true) * * @return string