diff --git a/examples/create-Redirection/api_create_redirection.md b/examples/create-Redirection/api_create_redirection.md index 1605d1d..bc741fe 100644 --- a/examples/create-Redirection/api_create_redirection.md +++ b/examples/create-Redirection/api_create_redirection.md @@ -13,14 +13,14 @@ This documentation will help you to create an HTTP redirection from a subdomain - Download the latest release **with dependencies** on github: https://github.com/ovh/php-ovh/releases ```bash -# When this article is written, latest version is 2.0.0 -wget https://github.com/ovh/php-ovh/releases/download/v2.0.0/php-ovh-2.0.0-with-dependencies.tar.gz +# When this article is written, latest version is 2.0.1 +wget https://github.com/ovh/php-ovh/releases/download/v2.0.1/php-ovh-2.0.1-with-dependencies.tar.gz ``` - Extract it into a folder ```bash -tar xzvf php-ovh-2.0.0-with-dependencies.tar.gz +tar xzvf php-ovh-2.0.1-with-dependencies.tar.gz ``` ## Create a new token