Fixing DigitalOcean documentation urls

Fixed inserting %5C into links to digitalocean resources.
This commit is contained in:
Ruslan Salikhov 2015-10-18 23:36:57 +05:00
parent edda3de677
commit e6df3e07a0
1 changed files with 3 additions and 3 deletions

View File

@ -40,17 +40,17 @@ builder.
- `image` (string) - The name (or slug) of the base image to use. This is the - `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. See image that will be used to launch a new droplet and provision it. See
https://developers.digitalocean.com/documentation/v2/\#list-all-images for [https://developers.digitalocean.com/documentation/v2/\#list-all-images](https://developers.digitalocean.com/documentation/v2/#list-all-images) for
details on how to get a list of the the accepted image names/slugs. details on how to get a list of the the accepted image names/slugs.
- `region` (string) - The name (or slug) of the region to launch the - `region` (string) - The name (or slug) of the region to launch the
droplet in. Consequently, this is the region where the snapshot will droplet in. Consequently, this is the region where the snapshot will
be available. See be available. See
https://developers.digitalocean.com/documentation/v2/\#list-all-regions for [https://developers.digitalocean.com/documentation/v2/\#list-all-regions](https://developers.digitalocean.com/documentation/v2/#list-all-regions) for
the accepted region names/slugs. the accepted region names/slugs.
- `size` (string) - The name (or slug) of the droplet size to use. See - `size` (string) - The name (or slug) of the droplet size to use. See
https://developers.digitalocean.com/documentation/v2/\#list-all-sizes for [https://developers.digitalocean.com/documentation/v2/\#list-all-sizes](https://developers.digitalocean.com/documentation/v2/#list-all-sizes) for
the accepted size names/slugs. the accepted size names/slugs.
### Optional: ### Optional: