From 2518e326fb44107725d1459797a0fcd4301073bf Mon Sep 17 00:00:00 2001 From: Olivier Debauche Date: Mon, 28 Mar 2016 09:28:17 +0200 Subject: [PATCH] Update api_create_redirection.md --- examples/create-Redirection/api_create_redirection.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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