This is an automated email from the ASF dual-hosted git repository.

rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 99637bf  source/developersguide: removed extra http:// (#23)
99637bf is described below

commit 99637bfdb62f689679df6511ea1837116790a7d1
Author: James McClune <falcon78...@users.noreply.github.com>
AuthorDate: Wed Jan 9 09:51:53 2019 -0500

    source/developersguide: removed extra http:// (#23)
    
    In the Signing API Requests example, there are duplicate
    HTTP protocol definitions together.
    
    Signed-off-by: James McClune <jmccl...@mcclunetechnologies.net>
---
 source/developersguide/dev.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/developersguide/dev.rst b/source/developersguide/dev.rst
index 7c7b31b..6aaef57 100644
--- a/source/developersguide/dev.rst
+++ b/source/developersguide/dev.rst
@@ -136,7 +136,7 @@ To show how to sign a request, we will re-use the previous 
example.
 
 .. parsed-literal::
 
-   
http://http://localhost:8080/client/api?command=deployVirtualMachine&serviceOfferingId=1&diskOfferingId=1&templateId=2&zoneId=4&apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D
+   
http://localhost:8080/client/api?command=deployVirtualMachine&serviceOfferingId=1&diskOfferingId=1&templateId=2&zoneId=4&apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D
 
 Breaking this down, we have several distinct parts to this URL.
 

Reply via email to