Modified: jclouds/site-content/guides/azure-storage/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/azure-storage/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/azure-storage/index.html (original) +++ jclouds/site-content/guides/azure-storage/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -150,7 +150,7 @@ <h1>Azure Storage Service: Getting Started Guide</h1> </div> <ol> -<li>Sign up for an <a href="http://www.microsoft.com/windowsazure/offers/">Azure Account</a></li> +<li>Sign up for an <a href="https://www.microsoft.com/windowsazure/offers/">Azure Account</a></li> <li>Get your account and key <ul> @@ -296,7 +296,7 @@ In step 3, note the service principal ID <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center">
Modified: jclouds/site-content/guides/chef/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/chef/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/chef/index.html (original) +++ jclouds/site-content/guides/chef/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -281,7 +281,7 @@ Here is the overall process:</p> <li>Write a single shell script that does the following: <ol> -<li>Installs Ruby and Chef Gems using the same process as <a href="http://docs.opscode.com/knife_bootstrap.html">Knife Bootstrap</a></li> +<li>Installs Ruby and Chef Gems using the same process as <a href="https://docs.opscode.com/knife_bootstrap.html">Knife Bootstrap</a></li> <li>mkdir /etc/chef</li> <li>Write /etc/chef/client.rb, which sets the nodename as group-ip_address Ex. hadoop-175.2.2.3 (note that the ip address comes from ohai).</li> <li>Write /etc/chef/validation.pem associated with the provided validator.</li> @@ -372,7 +372,7 @@ Here is the overall process:</p> <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/cloudsigma/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/cloudsigma/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/cloudsigma/index.html (original) +++ jclouds/site-content/guides/cloudsigma/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -150,7 +150,7 @@ <h1>CloudSigma: Getting Started Guide</h1> </div> <ol> -<li>Signup for <a href="http://www.cloudsigma.com/">CloudSigma</a></li> +<li>Signup for <a href="https://www.cloudsigma.com/">CloudSigma</a></li> <li>Ensure you are using a recent JDK 6</li> <li>Setup your project to include <code>cloudsigma-zrh</code> @@ -192,7 +192,7 @@ <ol> -<li>Run on <a href="http://www.cloudsigma.com/">CloudSigma</a></li> +<li>Run on <a href="https://www.cloudsigma.com/">CloudSigma</a></li> </ol> @@ -236,7 +236,7 @@ <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/dimensiondata/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/dimensiondata/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/dimensiondata/index.html (original) +++ jclouds/site-content/guides/dimensiondata/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -149,7 +149,7 @@ <div class="page-header"> <h1>Dimension Data: Getting Started Guide</h1> </div> - <p><a href="http://jclouds.apache.org/">jclouds</a> is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.</p> + <p><a href="https://jclouds.apache.org/">jclouds</a> is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.</p> <p>This guide will show you how to programmatically use the Dimension Data CloudControl provider in jclouds to perform common operations available in the CloudControl API.</p> @@ -442,7 +442,7 @@ has built in google guice predicates tha <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/docker/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/docker/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/docker/index.html (original) +++ jclouds/site-content/guides/docker/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -149,7 +149,7 @@ <div class="page-header"> <h1>Docker: Getting Started Guide</h1> </div> - <p>jclouds-docker is a local cloud provider modelled on <a href="http://www.docker.io">docker</a>. Similar to other jclouds supported + <p>jclouds-docker is a local cloud provider modelled on <a href="https://www.docker.io">docker</a>. Similar to other jclouds supported providers, it supports the same portable abstractions offered by jclouds.</p> <p><img src="/img/jclouds-docker.png" alt="jclouds docker architecture" /></p> @@ -161,7 +161,7 @@ This involves <a href="https://docs.dock <h3>Give it a try!</h3> <ul> -<li>Install <a href="http://docs.docker.com/installation/">Docker</a></li> +<li>Install <a href="https://docs.docker.com/installation/">Docker</a></li> <li>Ensure you are using a recent JDK 7</li> <li>Setup your project to include <code>docker</code> @@ -235,7 +235,7 @@ The only (big) difference is that jcloud <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/filesystem/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/filesystem/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/filesystem/index.html (original) +++ jclouds/site-content/guides/filesystem/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -242,7 +242,7 @@ In this case, the entire directory struc <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/glacier/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/glacier/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/glacier/index.html (original) +++ jclouds/site-content/guides/glacier/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -260,9 +260,9 @@ that we can read. The estimated time to <ul> <li><a href="https://aws.amazon.com/glacier/">Glacier information</a></li> -<li><a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html">API reference</a></li> -<li><a href="http://aws.amazon.com/glacier/faqs/#data-inventories">About Inventories</a></li> -<li><a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html">Job options</a></li> +<li><a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html">API reference</a></li> +<li><a href="https://aws.amazon.com/glacier/faqs/#data-inventories">About Inventories</a></li> +<li><a href="https://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html">Job options</a></li> </ul> @@ -306,7 +306,7 @@ that we can read. The estimated time to <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/go-grid/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/go-grid/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/go-grid/index.html (original) +++ jclouds/site-content/guides/go-grid/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -259,7 +259,7 @@ To find out the proper credentials, star <p>For more information on using this abstraction, refer to -the detailed <a href="http://github.com/apache/jclouds/blob/master/providers/gogrid/src/test/java/org/jclouds/gogrid/compute/GoGridComputeServiceLiveTest.java">test case</a>.</p> +the detailed <a href="https://github.com/apache/jclouds/blob/master/providers/gogrid/src/test/java/org/jclouds/gogrid/compute/GoGridComputeServiceLiveTest.java">test case</a>.</p> <div class="row clearfix"> <div id="footer" class="col-md-12 column"> @@ -301,7 +301,7 @@ the detailed <a href="http://github.com/ <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/google/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/google/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/google/index.html (original) +++ jclouds/site-content/guides/google/index.html Sun Dec 25 04:48:57 2022 @@ -66,7 +66,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -99,12 +99,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -158,7 +158,7 @@ <p>This guide helps you to get started with <a href="https://cloud.google.com/">Google Cloud Platform</a> development using jclouds.</p> -<p>Currently, <a href="https://developers.google.com/compute/">Google Compute Engine</a> is covered. This is a <a href="http://jclouds.apache.org/start/compute/">compute service</a> that allows you to run vitual machines on Google's infrastructure. There is also an implementation of the <a href="http://jclouds.apache.org/start/blobstore/">blob store</a> abstraction for managing key-value storage.</p> +<p>Currently, <a href="https://developers.google.com/compute/">Google Compute Engine</a> is covered. This is a <a href="https://jclouds.apache.org/start/compute/">compute service</a> that allows you to run vitual machines on Google's infrastructure. There is also an implementation of the <a href="https://jclouds.apache.org/start/blobstore/">blob store</a> abstraction for managing key-value storage.</p> <p>Working with the Google Cloud Platform requires a project. If you do not have a project yet, you can sign up via the <a href="https://console.developers.google.com/">Developer Console</a>. There is a free trial availible <a href="https://cloud.google.com/free-trial/">here</a>.</p> @@ -249,7 +249,7 @@ <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/index.html (original) +++ jclouds/site-content/guides/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -232,7 +232,7 @@ <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/jdbc/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/jdbc/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/jdbc/index.html (original) +++ jclouds/site-content/guides/jdbc/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -268,7 +268,7 @@ used.</li> <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/karaf/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/karaf/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/karaf/index.html (original) +++ jclouds/site-content/guides/karaf/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -151,8 +151,8 @@ </div> <h2>Introduction</h2> -<p><a href="http://karaf.apache.org">Apache Karaf</a> is an OSGi runtime that runs on top of most OSGi containers like <a href="http://felix.apache.org">Apache Felix</a> and -<a href="http://www.eclipse.org/equinox/">Eclipse Equinox</a>. jclouds provides easy integration with Apache Karaf by leveraging the Karaf <em>"Feature"</em> concept.</p> +<p><a href="https://karaf.apache.org">Apache Karaf</a> is an OSGi runtime that runs on top of most OSGi containers like <a href="https://felix.apache.org">Apache Felix</a> and +<a href="https://www.eclipse.org/equinox/">Eclipse Equinox</a>. jclouds provides easy integration with Apache Karaf by leveraging the Karaf <em>"Feature"</em> concept.</p> <p>This section will describe how to install jclouds on Apache Karaf and run some examples that demonstrate the power of jclouds in a dynamic environment such as Karaf.</p> @@ -310,7 +310,7 @@ jclouds:blobstore-write mybucket myblob by editing the configuration file. The commands will pick up the changes immediately. This way you can even switch providers.</p> -<p>Watch the <a href="http://www.youtube.com/watch?v=SIvSaGEKrkM">demo video</a>.</p> +<p>Watch the <a href="https://www.youtube.com/watch?v=SIvSaGEKrkM">demo video</a>.</p> <div class="row clearfix"> <div id="footer" class="col-md-12 column"> @@ -352,7 +352,7 @@ This way you can even switch providers.< <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/openstack/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/openstack/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/openstack/index.html (original) +++ jclouds/site-content/guides/openstack/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -164,7 +164,7 @@ <h2><a id="intro"></a>Introduction</h2> -<p><a href="http://www.openstack.org/">OpenStack</a> is a global collaboration of developers and cloud computing technologists producing the ubiquitous open source cloud computing platform for public and private clouds. The project aims to deliver solutions for all types of clouds by being simple to implement, massively scalable, and feature rich. The technology consists of a series of interrelated projects delivering various components for a cloud infrastructure solution.</p> +<p><a href="https://www.openstack.org/">OpenStack</a> is a global collaboration of developers and cloud computing technologists producing the ubiquitous open source cloud computing platform for public and private clouds. The project aims to deliver solutions for all types of clouds by being simple to implement, massively scalable, and feature rich. The technology consists of a series of interrelated projects delivering various components for a cloud infrastructure solution.</p> <h2><a id="openstack"></a>Get OpenStack</h2> @@ -172,22 +172,22 @@ <h3><a id="private"></a>Private Clouds</h3> -<p>If you don't have a private OpenStack cloud but still want to try it out, you can use <a href="http://devstack.org/">DevStack</a> to create your own mini-OpenStack cloud.</p> +<p>If you don't have a private OpenStack cloud but still want to try it out, you can use <a href="https://devstack.org/">DevStack</a> to create your own mini-OpenStack cloud.</p> <h3><a id="public"></a>Public Clouds</h3> -<p>Because the OpenStack API is also open, the jclouds APIs that talk to private OpenStack clouds work just as well with public OpenStack clouds. OpenStack is used by several large public clouds, both the <a href="https://www.hpcloud.com/">HP Cloud</a> (<a href="/guides/hpcloud">HP Cloud Getting Started Guide</a>) and <a href="http://www.rackspace.com/cloud/">Rackspace Cloud</a> (<a href="/guides/rackspace">Rackspace Getting Started Guide</a>) are based on it. If you don't want to sign up for a paid public cloud, you can use <a href="http://trystack.org/">TryStack</a>.</p> +<p>Because the OpenStack API is also open, the jclouds APIs that talk to private OpenStack clouds work just as well with public OpenStack clouds. OpenStack is used by several large public clouds, both the <a href="https://www.hpcloud.com/">HP Cloud</a> (<a href="/guides/hpcloud">HP Cloud Getting Started Guide</a>) and <a href="https://www.rackspace.com/cloud/">Rackspace Cloud</a> (<a href="/guides/rackspace">Rackspace Getting Started Guide</a>) are based on it. If you don't want to sign up for a paid public cloud, you can use <a href="https://trystack.org/">TryStack</a>.</p> <h2><a id="install"></a>Get jclouds</h2> <ol> -<li>Ensure you are using the <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java Development Kit (JDK) version 6 or later</a>. +<li>Ensure you are using the <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">Java Development Kit (JDK) version 6 or later</a>. <ul> <li><code>javac -version</code></li> </ul> </li> -<li>Ensure you are using <a href="http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven version 3 or later</a>. +<li>Ensure you are using <a href="https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven version 3 or later</a>. <ul> <li><code>mvn -version</code></li> @@ -509,7 +509,7 @@ <h3><a id="nova-intro"></a>Introduction</h3> -<p><a href="http://www.openstack.org/software/openstack-compute/">OpenStack Compute</a> (aka Nova) is an easy to use service that provides on-demand servers that you can use to to build dynamic websites, deliver mobile apps, or crunch big data.</p> +<p><a href="https://www.openstack.org/software/openstack-compute/">OpenStack Compute</a> (aka Nova) is an easy to use service that provides on-demand servers that you can use to to build dynamic websites, deliver mobile apps, or crunch big data.</p> <h3><a id="nova-source"></a>The Source Code</h3> @@ -651,7 +651,7 @@ Servers in RegionOne <h3><a id="swift-intro"></a>Introduction</h3> -<p><a href="http://www.openstack.org/software/openstack-storage/">OpenStack Object Storage</a> (aka Swift) provides redundant, scalable object storage using clusters of standardized servers capable of storing petabytes of data.</p> +<p><a href="https://www.openstack.org/software/openstack-storage/">OpenStack Object Storage</a> (aka Swift) provides redundant, scalable object storage using clusters of standardized servers capable of storing petabytes of data.</p> <h3><a id="swift-source"></a>The Source Code</h3> @@ -837,7 +837,7 @@ List Containers <li>Try using the <code>"openstack-cinder"</code> provider to list volumes (hint: see <a href="https://github.com/apache/jclouds/blob/master/apis/openstack-cinder/src/test/java/org/jclouds/openstack/cinder/v1/features/VolumeAndSnapshotApiLiveTest.java">VolumeAndSnapshotApiLiveTest.testListVolumes()</a>).</li> <li>Have a look at how the optional extensions are handled (hint: see <a href="https://github.com/apache/jclouds/blob/master/apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/extensions/FloatingIPApiLiveTest.java#L42">FloatingIPApiLiveTest.testListFloatingIPs()</a>).</li> <li>Change the example to do different things that you want to do.</li> -<li>Browse the <a href="http://demobox.github.com/jclouds-maven-site/latest/apidocs">Javadoc</a>.</li> +<li>Browse the <a href="https://demobox.github.com/jclouds-maven-site/latest/apidocs">Javadoc</a>.</li> <li>Join the <a href="/community/">jclouds community</a> as either a developer or user.</li> </ul> @@ -966,7 +966,7 @@ List Containers <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/profitbricks/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/profitbricks/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/profitbricks/index.html (original) +++ jclouds/site-content/guides/profitbricks/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -149,7 +149,7 @@ <div class="page-header"> <h1>ProfitBricks: Getting Started Guide</h1> </div> - <p><a href="http://jclouds.apache.org/">jclouds</a> is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.</p> + <p><a href="https://jclouds.apache.org/">jclouds</a> is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.</p> <p>This guide will show you how to programmatically use the ProfitBricks provider in jclouds to perform common management tasks available in the ProfitBricks Data Center Designer.</p> @@ -187,7 +187,7 @@ <p>jclouds has some pre-requisities before you're able to use it. You will need to:</p> <ul> -<li>Ensure you are using the <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java Development Kit (JDK)</a> version 6 or later. You can check this by running:</li> +<li>Ensure you are using the <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">Java Development Kit (JDK)</a> version 6 or later. You can check this by running:</li> </ul> @@ -195,7 +195,7 @@ </code></pre> <ul> -<li>Ensure you are using <a href="http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven version 3</a> or later. You can check this by running:</li> +<li>Ensure you are using <a href="https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven version 3</a> or later. You can check this by running:</li> </ul> @@ -617,7 +617,7 @@ <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/rackspace/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/rackspace/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/rackspace/index.html (original) +++ jclouds/site-content/guides/rackspace/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -169,7 +169,7 @@ <h2><a id="intro"></a>Introduction</h2> -<p>The <a href="http://www.rackspace.com/cloud/public/">Rackspace Cloud</a> platform includes everything you need to build websites and applications that scale servers, storage, networking, APIs, and more. The Rackspace Cloud is based on OpenStack, which is a global collaboration of developers and cloud computing technologists producing the ubiquitous open source cloud computing platform for public and private clouds.</p> +<p>The <a href="https://www.rackspace.com/cloud/public/">Rackspace Cloud</a> platform includes everything you need to build websites and applications that scale servers, storage, networking, APIs, and more. The Rackspace Cloud is based on OpenStack, which is a global collaboration of developers and cloud computing technologists producing the ubiquitous open source cloud computing platform for public and private clouds.</p> <p>This guide assumes you're familiar with Java and its technologies. To get started you'll need access to the Rackspace cloud and jclouds.</p> @@ -190,13 +190,13 @@ <h2><a id="install"></a>Get jclouds</h2> <ol> -<li>Ensure you are using the <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java Development Kit (JDK) version 6 or later</a>. +<li>Ensure you are using the <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">Java Development Kit (JDK) version 6 or later</a>. <ul> <li><code>javac -version</code></li> </ul> </li> -<li>Ensure you are using <a href="http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven version 3 or later</a>. +<li>Ensure you are using <a href="https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven version 3 or later</a>. <ul> <li><code>mvn -version</code></li> @@ -291,7 +291,7 @@ <h3><a id="files-intro"></a>Introduction</h3> -<p><a href="http://www.rackspace.com/cloud/public/files/">Cloud Files</a> is an easy to use online storage for files and media which can be delivered globally over Akamai's content delivery network (CDN).</p> +<p><a href="https://www.rackspace.com/cloud/public/files/">Cloud Files</a> is an easy to use online storage for files and media which can be delivered globally over Akamai's content delivery network (CDN).</p> <h3><a id="files-apis"></a>APIs</h3> @@ -301,7 +301,7 @@ <li>The portable API for Cloud Files is org.jclouds.blobstore.BlobStore.</li> <li>The OpenStack API for Cloud Files is org.jclouds.openstack.swift.CommonSwiftClient.</li> <li>The Rackspace API for Cloud Files is org.jclouds.cloudfiles.CloudFilesClient.</li> -<li>You can find these APIs in the latest <a href="http://demobox.github.com/jclouds-maven-site/latest/apidocs">Javadoc</a>.</li> +<li>You can find these APIs in the latest <a href="https://demobox.github.com/jclouds-maven-site/latest/apidocs">Javadoc</a>.</li> </ol> @@ -352,14 +352,14 @@ Create Container Create Object From File createObjectFromFile.html Enable CDN Container - Go to http://blah.rackcdn.com/createObjectFromFile.html + Go to https://blah.rackcdn.com/createObjectFromFile.html </code></pre> <h2><a id="servers"></a>Your First Cloud Servers App</h2> <h3><a id="servers-intro"></a>Introduction</h3> -<p><a href="http://www.rackspace.com/cloud/public/servers/">Cloud Servers</a> is an easy to use service that provides on-demand servers that you can use to to build dynamic websites, deliver mobile apps, or crunch big data.</p> +<p><a href="https://www.rackspace.com/cloud/public/servers/">Cloud Servers</a> is an easy to use service that provides on-demand servers that you can use to to build dynamic websites, deliver mobile apps, or crunch big data.</p> <h3><a id="servers-apis"></a>APIs</h3> @@ -368,7 +368,7 @@ Enable CDN Container <ol> <li>The portable API for Cloud Servers is org.jclouds.compute.ComputeService.</li> <li>The OpenStack API for Cloud Servers is the org.jclouds.openstack.nova.v2_0.features.ServerApi. It's accessible via the org.jclouds.openstack.nova.v2_0.NovaApi.</li> -<li>You can find these APIs in the latest <a href="http://demobox.github.com/jclouds-maven-site/latest/apidocs">Javadoc</a>.</li> +<li>You can find these APIs in the latest <a href="https://demobox.github.com/jclouds-maven-site/latest/apidocs">Javadoc</a>.</li> </ol> @@ -427,7 +427,7 @@ Create Server <h3><a id="volumes-intro"></a>Introduction</h3> -<p><a href="http://www.rackspace.com/cloud/public/blockstorage/">Cloud Block Storage</a> allows you to create volumes on which to persistently store your data from your servers, even when those servers have been deleted. It delivers consistent performance for your I/O-intensive applications.</p> +<p><a href="https://www.rackspace.com/cloud/public/blockstorage/">Cloud Block Storage</a> allows you to create volumes on which to persistently store your data from your servers, even when those servers have been deleted. It delivers consistent performance for your I/O-intensive applications.</p> <h3><a id="volumes-apis"></a>APIs</h3> @@ -435,7 +435,7 @@ Create Server <ol> <li>The OpenStack API for Cloud Block Storage is the org.jclouds.openstack.cinder.v1.CinderApi. All other APIs for working with block storage are accessible via the CinderApi.</li> -<li>You can find these APIs in the latest <a href="http://demobox.github.com/jclouds-maven-site/latest/apidocs">Javadoc</a>.</li> +<li>You can find these APIs in the latest <a href="https://demobox.github.com/jclouds-maven-site/latest/apidocs">Javadoc</a>.</li> </ol> @@ -499,7 +499,7 @@ List Volumes <h3><a id="loadbalancers-intro"></a>Introduction</h3> -<p><a href="http://www.rackspace.com/cloud/public/loadbalancers/">Cloud Load Balancers</a> distributes workloads across two or more servers, network links, and other resources to maximize throughput, minimize response time, and avoid overload. Rackspace Cloud Load Balancers allow you to quickly load balance multiple Cloud Servers for optimal resource utilization.</p> +<p><a href="https://www.rackspace.com/cloud/public/loadbalancers/">Cloud Load Balancers</a> distributes workloads across two or more servers, network links, and other resources to maximize throughput, minimize response time, and avoid overload. Rackspace Cloud Load Balancers allow you to quickly load balance multiple Cloud Servers for optimal resource utilization.</p> <h3><a id="loadbalancers-apis"></a>APIs</h3> @@ -507,7 +507,7 @@ List Volumes <ol> <li>The Rackspace API for Cloud Load Balancers is org.jclouds.rackspace.cloudloadbalancers.CloudLoadBalancersApi. All other APIs for working with load balancers are accessible via the CloudLoadBalancersApi.</li> -<li>You can find these APIs in the latest <a href="http://demobox.github.com/jclouds-maven-site/latest/apidocs">Javadoc</a>.</li> +<li>You can find these APIs in the latest <a href="https://demobox.github.com/jclouds-maven-site/latest/apidocs">Javadoc</a>.</li> </ol> @@ -562,7 +562,7 @@ Create Cloud Load Balancer <h3><a id="databases-intro"></a>Introduction</h3> -<p><a href="http://www.rackspace.com/cloud/databases/">Cloud Databases</a> provides easily managed cloud MySQL instances with built-in data replication for speed and reliability.</p> +<p><a href="https://www.rackspace.com/cloud/databases/">Cloud Databases</a> provides easily managed cloud MySQL instances with built-in data replication for speed and reliability.</p> <h3><a id="databases-apis"></a>APIs</h3> @@ -626,7 +626,7 @@ java -classpath ".:lib/*" org.jclouds.ex <h3><a id="autoscale-intro"></a>Introduction</h3> -<p><a href="http://www.rackspace.com/cloud/auto-scale/">Cloud Auto Scale</a> takes the work out of capacity planning, allowing Rackspace Cloud Monitoring alerts or scheduled events to create and delete servers. Through the use of webhooks, Auto Scale can be integrated into countless deployment scenarios. Read the dev blog <a href="http://developer.rackspace.com/blog/rackspace-autoscale-is-now-open-source.html">here</a>.</p> +<p><a href="https://www.rackspace.com/cloud/auto-scale/">Cloud Auto Scale</a> takes the work out of capacity planning, allowing Rackspace Cloud Monitoring alerts or scheduled events to create and delete servers. Through the use of webhooks, Auto Scale can be integrated into countless deployment scenarios. Read the dev blog <a href="https://developer.rackspace.com/blog/rackspace-autoscale-is-now-open-source.html">here</a>.</p> <h3><a id="autoscale-apis"></a>APIs</h3> @@ -691,7 +691,7 @@ java -classpath ".:lib/*" org.jclouds.ex <h3><a id="queues-intro"></a>Introduction</h3> -<p><a href="http://www.rackspace.com/cloud/queues/">Cloud Queues</a> easily connect distributed applications without installing complex software. Create unlimited queues quickly and send unlimited messages.</p> +<p><a href="https://www.rackspace.com/cloud/queues/">Cloud Queues</a> easily connect distributed applications without installing complex software. Create unlimited queues quickly and send unlimited messages.</p> <h3><a id="queues-apis"></a>APIs</h3> @@ -868,7 +868,7 @@ Producer Consumer <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/guides/softlayer/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/softlayer/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/guides/softlayer/index.html (original) +++ jclouds/site-content/guides/softlayer/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -211,7 +211,7 @@ </code></pre></div> -<p>NB: "computeService.listImages()" returns <code>operatingSystems</code> from <a href="http://sldn.softlayer.com/reference/datatypes/SoftLayer_Container_Virtual_Guest_Configuration">SoftLayer_Container_Virtual_Guest_Configuration</a>.</p> +<p>NB: "computeService.listImages()" returns <code>operatingSystems</code> from <a href="https://sldn.softlayer.com/reference/datatypes/SoftLayer_Container_Virtual_Guest_Configuration">SoftLayer_Container_Virtual_Guest_Configuration</a>.</p> <div class="highlight"><pre><code class="java"><span class="c1">// Create nodes with templates</span> <span class="n">Template</span> <span class="n">template</span> <span class="o">=</span> <span class="n">computeService</span><span class="o">.</span><span class="na">templateBuilder</span><span class="o">().</span><span class="na">osFamily</span><span class="o">(</span><span class="n">OsFamily</span><span class="o">.</span><span class="na">UBUNTU</span><span class="o">).</span><span class="na">build</span><span class="o">();</span> @@ -253,7 +253,7 @@ <p>and use the globalIdentifier desired</p> -<p>jclouds is able to leverage SoftLayer CCI specific-options described at <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject">createObject</a> by doing the following:</p> +<p>jclouds is able to leverage SoftLayer CCI specific-options described at <a href="https://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject">createObject</a> by doing the following:</p> <div class="highlight"><pre><code class="java"><span class="n">SoftLayerTemplateOptions</span> <span class="n">options</span> <span class="o">=</span> <span class="n">template</span><span class="o">.</span><span class="na">getOptions</span><span class="o">().</span><span class="na">as</span><span class="o">(</span><span class="n">SoftLayerTemplateOptions</span><span class="o">.</span><span class="na">class</span><span class="o">);</span> <span class="c1">// domain</span> @@ -351,7 +351,7 @@ The url will show something like <code>h <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/index.html (original) +++ jclouds/site-content/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -358,7 +358,7 @@ <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/news/gsoc2014/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/news/gsoc2014/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/news/gsoc2014/index.html (original) +++ jclouds/site-content/news/gsoc2014/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -149,11 +149,11 @@ <div class="page-header"> <h1>Google Summer Of Code 2014</h1> </div> - <p style="text-align:center;"> <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2014"><img src="/img/gsoc2014.png" alt="Google Summer of Code 2014" /></a></p> + <p style="text-align:center;"> <a href="https://www.google-melange.com/gsoc/homepage/google/gsoc2014"><img src="/img/gsoc2014.png" alt="Google Summer of Code 2014" /></a></p> <p>Google Summer of Code is a global program that offers post-secondary student developers ages 18 and older stipends to write code for various open source software projects. Apache jclouds is one of the participants in the program, and encourages anyone interested in it to submit their project ideas.</p> -<p>You can find more information about Google Summer of Code in <a href="https://developers.google.com/open-source/soc/">the official site</a>, and the <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2014">GSoC 2014 site</a>.</p> +<p>You can find more information about Google Summer of Code in <a href="https://developers.google.com/open-source/soc/">the official site</a>, and the <a href="https://www.google-melange.com/gsoc/homepage/google/gsoc2014">GSoC 2014 site</a>.</p> <h2>How to participate</h2> @@ -236,7 +236,7 @@ <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center"> Modified: jclouds/site-content/reference/configuration/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/configuration/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/reference/configuration/index.html (original) +++ jclouds/site-content/reference/configuration/index.html Sun Dec 25 04:48:57 2022 @@ -63,7 +63,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> + <li><a href="https://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -96,12 +96,12 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> - <li><a href="http://www.apache.org/security/">Security</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li class="divider"></li> <li class="dropdown-header">Apache Events</li> <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> @@ -234,7 +234,7 @@ Throwing exceptions is only appropriate <div class="row clearfix"> <div class="col-md-12 column"> <p class="text-center"> - Copyright © 2011-2014 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. + Copyright © 2011-2014 <a href="https://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>. </p> <p class="text-center">
