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:
Brian Cain 2018-06-06 15:03:39 -07:00
parent 67874590b5
commit 97806a693e
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
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