From 97806a693eb3ff6ccd7f61695861267ec286bde6 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 6 Jun 2018 15:03:39 -0700 Subject: [PATCH] Fix broken link in Vagrant Cloud API docs This commit fixes the #TODO link with the proper docs link to upload a provider. --- website/source/docs/vagrant-cloud/api.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/vagrant-cloud/api.html.md.erb b/website/source/docs/vagrant-cloud/api.html.md.erb index 999e5cc29..693d42fe3 100644 --- a/website/source/docs/vagrant-cloud/api.html.md.erb +++ b/website/source/docs/vagrant-cloud/api.html.md.erb @@ -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