diff --git a/doc/index.md b/doc/index.md index 992654a4..a810791e 100644 --- a/doc/index.md +++ b/doc/index.md @@ -1,7 +1,7 @@ # API documentation This page will document the API classes and ways to properly use the API. These resources will eventually move to -the official documentation at [https://documentation.mailgun.com](https://documentation.mailgun.com/api_reference.html). +the official documentation at [https://documentation.mailgun.com](https://documentation.mailgun.com/en/latest/api_reference.html). Other relevant documentation pages might be: diff --git a/src/Api/Domain.php b/src/Api/Domain.php index 88a5d8a1..23ba8aa5 100644 --- a/src/Api/Domain.php +++ b/src/Api/Domain.php @@ -33,7 +33,7 @@ use Psr\Http\Message\ResponseInterface; /** - * @see https://documentation.mailgun.com/api-domains.html + * @see https://documentation.mailgun.com/en/latest/api-domains.html * * @author Sean Johnson */ @@ -82,7 +82,7 @@ public function show(string $domain, array $requestHeaders = []) /** * Creates a new domain for the account. * See below for spam filtering parameter information. - * {@link https://documentation.mailgun.com/user_manual.html#um-spam-filter}. + * {@link https://documentation.mailgun.com/en/latest/user_manual.html#um-spam-filter}. * * @see https://documentation.mailgun.com/en/latest/api-domains.html#domains * @param string $domain name of the domain @@ -334,7 +334,7 @@ public function updateConnection(string $domain, ?bool $requireTLS, ?bool $noVer /** * Update webScheme for existing domain * See below for spam filtering parameter information. - * {@link https://documentation.mailgun.com/user_manual.html#um-spam-filter}. + * {@link https://documentation.mailgun.com/en/latest/user_manual.html#um-spam-filter}. * @see https://documentation.mailgun.com/en/latest/api-domains.html#domains * @param string $domain name of the domain * @param string $webScheme `http` or `https` - set your open, click and unsubscribe URLs to use http or https. The default is http diff --git a/src/Api/HttpClient.php b/src/Api/HttpClient.php index 57e6ae74..b93bc1c1 100644 --- a/src/Api/HttpClient.php +++ b/src/Api/HttpClient.php @@ -18,7 +18,7 @@ use Psr\Http\Message\ResponseInterface; /** - * @see https://documentation.mailgun.com/api-domains.html + * @see https://documentation.mailgun.com/en/latest/api-domains.html * * @author Sean Johnson */ diff --git a/src/Api/Route.php b/src/Api/Route.php index 8b69ec30..2313db3b 100644 --- a/src/Api/Route.php +++ b/src/Api/Route.php @@ -20,7 +20,7 @@ use Psr\Http\Client\ClientExceptionInterface; /** - * @see https://documentation.mailgun.com/api-routes.html + * @see https://documentation.mailgun.com/en/latest/api-routes.html * * @author David Garcia */ diff --git a/src/Api/Suppression.php b/src/Api/Suppression.php index f3faf1ee..964e42c6 100644 --- a/src/Api/Suppression.php +++ b/src/Api/Suppression.php @@ -20,7 +20,7 @@ use Psr\Http\Client\ClientInterface; /** - * @see https://documentation.mailgun.com/api-suppressions.html + * @see https://documentation.mailgun.com/en/latest/api-suppressions.html * * @author Sean Johnson */ diff --git a/src/Api/Suppression/Bounce.php b/src/Api/Suppression/Bounce.php index 0269c54f..11c82a09 100644 --- a/src/Api/Suppression/Bounce.php +++ b/src/Api/Suppression/Bounce.php @@ -21,7 +21,7 @@ use Psr\Http\Client\ClientExceptionInterface; /** - * @see https://documentation.mailgun.com/api-suppressions.html#bounces + * @see https://documentation.mailgun.com/en/latest/api-suppressions.html#bounces * @author Sean Johnson */ class Bounce extends HttpApi diff --git a/src/Api/Suppression/Complaint.php b/src/Api/Suppression/Complaint.php index 7ae319e6..4e25121c 100644 --- a/src/Api/Suppression/Complaint.php +++ b/src/Api/Suppression/Complaint.php @@ -21,7 +21,7 @@ use Psr\Http\Client\ClientExceptionInterface; /** - * @see https://documentation.mailgun.com/api-suppressions.html#complaints + * @see https://documentation.mailgun.com/en/latest/api-suppressions.html#complaints * * @author Sean Johnson */ diff --git a/src/Api/Suppression/Unsubscribe.php b/src/Api/Suppression/Unsubscribe.php index 5d016445..3f1ba28e 100644 --- a/src/Api/Suppression/Unsubscribe.php +++ b/src/Api/Suppression/Unsubscribe.php @@ -21,7 +21,7 @@ use Psr\Http\Client\ClientExceptionInterface; /** - * @see https://documentation.mailgun.com/api-suppressions.html#unsubscribes + * @see https://documentation.mailgun.com/en/latest/api-suppressions.html#unsubscribes * * @author Sean Johnson */