From 1e88d41b6fcc5a7312d84a3abffd79b00939112c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czeraszkiewicz?= Date: Fri, 12 Dec 2014 02:30:10 +0100 Subject: [PATCH] Fix broken links in the DigitalOcean documentation --- website/source/docs/builders/digitalocean.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/builders/digitalocean.html.markdown b/website/source/docs/builders/digitalocean.html.markdown index 82bf0c518..299e88eb1 100644 --- a/website/source/docs/builders/digitalocean.html.markdown +++ b/website/source/docs/builders/digitalocean.html.markdown @@ -67,7 +67,7 @@ each category, the available configuration keys are alphabetized. * `region` (string) - The name (or slug) of the region to launch the droplet in. Consequently, this is the region where the snapshot will be available. This defaults to "nyc3", which is the slug for "New York 3". - See https://developers.digitalocean.com/regions/ for the accepted region names/slugs. + See https://developers.digitalocean.com/v2/#regions for the accepted region names/slugs. * `region_id` (integer) - The ID of the region to launch the droplet in. Consequently, this is the region where the snapshot will be available. @@ -75,7 +75,7 @@ each category, the available configuration keys are alphabetized. * `size` (string) - The name (or slug) of the droplet size to use. This defaults to "512mb", which is the slug for "512MB". - See https://developers.digitalocean.com/sizes/ for the accepted size names/slugs. + See https://developers.digitalocean.com/#sizes for the accepted size names/slugs. * `size_id` (integer) - The ID of the droplet size to use. This setting is deprecated. Use `size` instead.