From cf3913d05128d012ef56285d50f89227787d0a7d Mon Sep 17 00:00:00 2001 From: Neil Edwards Date: Sat, 28 Jun 2014 00:24:37 -0400 Subject: [PATCH] Images link is 404, now must use API --- website/source/docs/builders/digitalocean.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/digitalocean.html.markdown b/website/source/docs/builders/digitalocean.html.markdown index 5c00ad6e7..6e0aad49a 100644 --- a/website/source/docs/builders/digitalocean.html.markdown +++ b/website/source/docs/builders/digitalocean.html.markdown @@ -43,7 +43,7 @@ each category, the available configuration keys are alphabetized. * `image` (string) - The name (or slug) of the base image to use. This is the image that will be used to launch a new droplet and provision it. This defaults to 'ubuntu-12-04-x64' which is the slug for "Ubuntu 12.04.4 x64". - See https://developers.digitalocean.com/images/ for the accepted image names/slugs. + See https://developers.digitalocean.com/#list-all-images for deatils on how to get a list of the the accepted image names/slugs. * `image_id` (integer) - The ID of the base image to use. This is the image that will be used to launch a new droplet and provision it.