Merge pull request #9906 from briancain/fix-vc-docs

Fix broken link in Vagrant Cloud API docs
This commit is contained in:
Brian Cain 2018-06-06 15:26:10 -07:00 committed by GitHub
commit 1ee2365599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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