Fix broken link in Vagrant Cloud API docs
This commit fixes the #TODO link with the proper docs link to upload a provider.
This commit is contained in:
parent
67874590b5
commit
97806a693e
|
@ -1234,7 +1234,7 @@ Response body is identical to [Reading a provider](#read-a-provider).
|
|||
|
||||
* `provider`
|
||||
* `name` - The name of the provider.
|
||||
* `url` - A valid URL to download this provider. If omitted, you must [upload](#TODO) the Vagrant box image for this provider to Vagrant Cloud before the provider can be used.
|
||||
* `url` - A valid URL to download this provider. If omitted, you must [upload](#upload-a-provider) the Vagrant box image for this provider to Vagrant Cloud before the provider can be used.
|
||||
|
||||
#### Example Request
|
||||
|
||||
|
|
Loading…
Reference in New Issue