diff --git a/lib/Model/Campaign.php b/lib/Model/Campaign.php index 48e567aa..fb50744a 100644 --- a/lib/Model/Campaign.php +++ b/lib/Model/Campaign.php @@ -921,7 +921,7 @@ public function getCampaignGroups() /** * Sets campaignGroups * - * @param int[]|null $campaignGroups The IDs of the [campaign groups](https://docs.talon.one/docs/product/account/account-settings/managing-campaign-groups/) this campaign belongs to. + * @param int[]|null $campaignGroups The IDs of the [campaign groups](https://docs.talon.one/docs/product/account/managing-campaign-groups) this campaign belongs to. * * @return $this */ diff --git a/lib/Model/CreateTemplateCampaign.php b/lib/Model/CreateTemplateCampaign.php index efdc8fea..5726cc6b 100644 --- a/lib/Model/CreateTemplateCampaign.php +++ b/lib/Model/CreateTemplateCampaign.php @@ -418,7 +418,7 @@ public function getCampaignGroups() /** * Sets campaignGroups * - * @param int[]|null $campaignGroups The IDs of the [campaign groups](https://docs.talon.one/docs/product/account/account-settings/managing-campaign-groups/) this campaign belongs to. + * @param int[]|null $campaignGroups The IDs of the [campaign groups](https://docs.talon.one/docs/product/account/managing-campaign-groups) this campaign belongs to. * * @return $this */ diff --git a/lib/Model/NewCampaign.php b/lib/Model/NewCampaign.php index f1ad4e03..091a3926 100644 --- a/lib/Model/NewCampaign.php +++ b/lib/Model/NewCampaign.php @@ -665,7 +665,7 @@ public function getCampaignGroups() /** * Sets campaignGroups * - * @param int[]|null $campaignGroups The IDs of the [campaign groups](https://docs.talon.one/docs/product/account/account-settings/managing-campaign-groups/) this campaign belongs to. + * @param int[]|null $campaignGroups The IDs of the [campaign groups](https://docs.talon.one/docs/product/account/managing-campaign-groups) this campaign belongs to. * * @return $this */ diff --git a/lib/Model/Role.php b/lib/Model/Role.php index 8261a218..cac46dc0 100644 --- a/lib/Model/Role.php +++ b/lib/Model/Role.php @@ -380,7 +380,7 @@ public function getCampaignGroupID() /** * Sets campaignGroupID * - * @param int|null $campaignGroupID The ID of the [Campaign Group](https://docs.talon.one/docs/product/account/account-settings/managing-campaign-groups/) this role was created for. + * @param int|null $campaignGroupID The ID of the [Campaign Group](https://docs.talon.one/docs/product/account/managing-campaign-groups) this role was created for. * * @return $this */