mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
Merge pull request #9906 from briancain/fix-vc-docs
Fix broken link in Vagrant Cloud API docs
This commit is contained in:
commit
1ee2365599
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue