Modified: jclouds/site-content/reference/javadoc/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/javadoc/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/reference/javadoc/index.html (original) +++ jclouds/site-content/reference/javadoc/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> @@ -200,7 +200,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/logging/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/logging/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/reference/logging/index.html (original) +++ jclouds/site-content/reference/logging/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> @@ -163,7 +163,7 @@ <h2><a id="install"></a>Install Logging</h2> -<p><a href="http://www.slf4j.org/">SLF4J</a> is the logging facade for jclouds. To use SLF4J you need the jclouds-slf4j-X.X.X.jar and the implementation logback-*.jar (<a href="http://logback.qos.ch/download.html">download</a>) files on your classpath. To get them via Maven add the following dependencies to your pom.xml file.</p> +<p><a href="https://www.slf4j.org/">SLF4J</a> is the logging facade for jclouds. To use SLF4J you need the jclouds-slf4j-X.X.X.jar and the implementation logback-*.jar (<a href="https://logback.qos.ch/download.html">download</a>) files on your classpath. To get them via Maven add the following dependencies to your pom.xml file.</p> <div class="highlight"><pre><code class="xml"><span class="nt"><dependencies></span> <span class="nt"><dependency></span> @@ -286,7 +286,7 @@ <p>This is optional and not necessary for regular jclouds logging.</p> -<p>There may be times when you need to see every bit and byte being sent with jclouds to/from a cloud provider. To do this you can use an HTTP(S) proxy to capture all traffic that's being transmitted, like <a href="http://www.charlesproxy.com/">Charles Proxy</a> or <a href="http://www.telerik.com/fiddler">Fiddler</a>.</p> +<p>There may be times when you need to see every bit and byte being sent with jclouds to/from a cloud provider. To do this you can use an HTTP(S) proxy to capture all traffic that's being transmitted, like <a href="https://www.charlesproxy.com/">Charles Proxy</a> or <a href="https://www.telerik.com/fiddler">Fiddler</a>.</p> <p>For example, to work with an HTTPS endpoint of a cloud provider using Charles you need to enable SSL Proxying:</p> @@ -375,7 +375,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/providers/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/providers/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/reference/providers/index.html (original) +++ jclouds/site-content/reference/providers/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> @@ -179,7 +179,7 @@ <h3><a id="compute-providers"></a>Providers</h3> -<p>The Maven Group ID for all supported providers below is <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.provider">org.apache.jclouds.provider</a>. Providers in labs (denoted by *) are under <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.labs">org.apache.jclouds.labs</a>.</p> +<p>The Maven Group ID for all supported providers below is <a href="https://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.provider">org.apache.jclouds.provider</a>. Providers in labs (denoted by *) are under <a href="https://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.labs">org.apache.jclouds.labs</a>.</p> <table class="table table-striped table-hover"> <thead> @@ -321,22 +321,22 @@ <td>DE-BW,DE-HE,US-NV</td> </tr> <tr> - <td>Rackspace UK (<a href="http://www.rackspace.com/knowledge_center/article/next-gen-vs-first-gen-feature-comparison">First Gen</a>)</td> + <td>Rackspace UK (<a href="https://www.rackspace.com/knowledge_center/article/next-gen-vs-first-gen-feature-comparison">First Gen</a>)</td> <td>cloudservers-uk</td> <td>GB-SLG</td> </tr> <tr> - <td>Rackspace US (<a href="http://www.rackspace.com/knowledge_center/article/next-gen-vs-first-gen-feature-comparison">First Gen</a>)</td> + <td>Rackspace US (<a href="https://www.rackspace.com/knowledge_center/article/next-gen-vs-first-gen-feature-comparison">First Gen</a>)</td> <td>cloudservers-us</td> <td>US-IL,US-TX</td> </tr> <tr> - <td><a href="/guides/rackspace/">Rackspace UK</a> (<a href="http://www.rackspace.com/knowledge_center/article/next-gen-vs-first-gen-feature-comparison">Next Gen</a>)</td> + <td><a href="/guides/rackspace/">Rackspace UK</a> (<a href="https://www.rackspace.com/knowledge_center/article/next-gen-vs-first-gen-feature-comparison">Next Gen</a>)</td> <td>rackspace-cloudservers-uk</td> <td>GB-SLG</td> </tr> <tr> - <td><a href="/guides/rackspace/">Rackspace US</a> (<a href="http://www.rackspace.com/knowledge_center/article/next-gen-vs-first-gen-feature-comparison">Next Gen</a>)</td> + <td><a href="/guides/rackspace/">Rackspace US</a> (<a href="https://www.rackspace.com/knowledge_center/article/next-gen-vs-first-gen-feature-comparison">Next Gen</a>)</td> <td>rackspace-cloudservers-us</td> <td>US-IL,US-TX</td> </tr> @@ -363,7 +363,7 @@ <p>You can also set the context property <code>[Artifact ID].endpoint</code> to use the following APIs for your private cloud.</p> -<p>The Maven Group ID for all supported APIs below is <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.api">org.apache.jclouds.api</a>. Providers in labs (denoted by *) are under <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.labs">org.apache.jclouds.labs</a>.</p> +<p>The Maven Group ID for all supported APIs below is <a href="https://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.api">org.apache.jclouds.api</a>. Providers in labs (denoted by *) are under <a href="https://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.labs">org.apache.jclouds.labs</a>.</p> <table class="table table-striped table-hover"> <thead> @@ -417,7 +417,7 @@ <h3><a id="blobstore-providers"></a>Providers</h3> -<p>The Maven Group ID for all supported providers below is <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.provider">org.apache.jclouds.provider</a>. Providers in labs (denoted by *) are under <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.labs">org.apache.jclouds.labs</a>.</p> +<p>The Maven Group ID for all supported providers below is <a href="https://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.provider">org.apache.jclouds.provider</a>. Providers in labs (denoted by *) are under <a href="https://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.labs">org.apache.jclouds.labs</a>.</p> <table class="table table-striped table-hover"> <thead> @@ -459,7 +459,7 @@ <p>You can also set the context property <code>[Artifact ID].endpoint</code> to use the following APIs for your private cloud.</p> -<p>The Maven Group ID for all supported APIs below is <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.api">org.apache.jclouds.api</a>. Providers in labs (denoted by *) are under <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.labs">org.apache.jclouds.labs</a>.</p> +<p>The Maven Group ID for all supported APIs below is <a href="https://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.api">org.apache.jclouds.api</a>. Providers in labs (denoted by *) are under <a href="https://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.labs">org.apache.jclouds.labs</a>.</p> <table class="table table-striped table-hover"> <thead> @@ -493,7 +493,7 @@ <h3><a id="loadbalancer-providers"></a>Providers</h3> -<p>The Maven Group ID for all supported providers below is <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.provider">org.apache.jclouds.provider</a>. Providers in labs (denoted by *) are under <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.labs">org.apache.jclouds.labs</a>.</p> +<p>The Maven Group ID for all supported providers below is <a href="https://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.provider">org.apache.jclouds.provider</a>. Providers in labs (denoted by *) are under <a href="https://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.labs">org.apache.jclouds.labs</a>.</p> <table class="table table-striped table-hover"> <thead> @@ -559,7 +559,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/report-a-bug/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/report-a-bug/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/reference/report-a-bug/index.html (original) +++ jclouds/site-content/reference/report-a-bug/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> @@ -245,7 +245,7 @@ Please remember to <strong>remove all cr <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/troubleshooting/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/troubleshooting/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/reference/troubleshooting/index.html (original) +++ jclouds/site-content/reference/troubleshooting/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> @@ -186,13 +186,13 @@ <p>This will tell you exactly what all of your dependencies are and all of their versions.</p> -<p>To determine what JARs are actually being loaded when your application runs, read the answers to <a href="http://stackoverflow.com/questions/2179858/how-to-find-which-jars-and-in-what-order-are-loaded-by-a-classloader">How to find which jars and in what order are loaded by a classloader?</a></p> +<p>To determine what JARs are actually being loaded when your application runs, read the answers to <a href="https://stackoverflow.com/questions/2179858/how-to-find-which-jars-and-in-what-order-are-loaded-by-a-classloader">How to find which jars and in what order are loaded by a classloader?</a></p> -<p>If you're using Java 8, you can use the <a href="http://docs.oracle.com/javase/8/docs/technotes/tools/unix/jdeps.html">jdeps</a> to analyze dependencies.</p> +<p>If you're using Java 8, you can use the <a href="https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jdeps.html">jdeps</a> to analyze dependencies.</p> <h3><a id="source"></a>Source Code</h3> -<p>Having a look a the source code will tell you exactly what jclouds is doing. The source code can be viewed directly on <a href="https://github.com/apache/jclouds">GitHub</a> or <a href="http://www.apache.org/dyn/closer.cgi/jclouds">downloaded</a> from an ASF mirror repository.</p> +<p>Having a look a the source code will tell you exactly what jclouds is doing. The source code can be viewed directly on <a href="https://github.com/apache/jclouds">GitHub</a> or <a href="https://www.apache.org/dyn/closer.cgi/jclouds">downloaded</a> from an ASF mirror repository.</p> <h2><a id="specfic"></a>Specific Solutions</h2> @@ -279,7 +279,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/releasenotes/1.1.0/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.1.0/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.1.0/index.html (original) +++ jclouds/site-content/releasenotes/1.1.0/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> @@ -653,7 +653,7 @@ Also, if you are interested in contribut <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/releasenotes/1.1.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.1.1/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.1.1/index.html (original) +++ jclouds/site-content/releasenotes/1.1.1/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> @@ -209,7 +209,7 @@ Many thanks to Andrew Phillips for worki <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/releasenotes/1.2.2/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.2.2/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.2.2/index.html (original) +++ jclouds/site-content/releasenotes/1.2.2/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 @@ Deprecated methods will be removed in th <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/releasenotes/1.2/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.2/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.2/index.html (original) +++ jclouds/site-content/releasenotes/1.2/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> @@ -714,7 +714,7 @@ Status of release 1.2.1 is tracked in <a <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/releasenotes/1.3.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.3.1/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.3.1/index.html (original) +++ jclouds/site-content/releasenotes/1.3.1/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> @@ -641,7 +641,7 @@ We have upgraded all of our dependencies <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/releasenotes/1.4.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.4.1/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.4.1/index.html (original) +++ jclouds/site-content/releasenotes/1.4.1/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> @@ -623,7 +623,7 @@ Thanks to everyone who contributed their <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/releasenotes/1.5-tests/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.5-tests/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.5-tests/index.html (original) +++ jclouds/site-content/releasenotes/1.5-tests/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> @@ -1004,7 +1004,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/releasenotes/1.5/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.5/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.5/index.html (original) +++ jclouds/site-content/releasenotes/1.5/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> @@ -434,7 +434,7 @@ you would like to see, need assistance w <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/releasenotes/1.6-tests/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6-tests/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6-tests/index.html (original) +++ jclouds/site-content/releasenotes/1.6-tests/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> @@ -781,7 +781,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/releasenotes/1.6.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.1/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6.1/index.html (original) +++ jclouds/site-content/releasenotes/1.6.1/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> @@ -267,7 +267,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/releasenotes/1.6.2-tests/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.2-tests/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6.2-tests/index.html (original) +++ jclouds/site-content/releasenotes/1.6.2-tests/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> @@ -285,7 +285,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/releasenotes/1.6.2/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.2/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6.2/index.html (original) +++ jclouds/site-content/releasenotes/1.6.2/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/releasenotes/1.6.3/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.3/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6.3/index.html (original) +++ jclouds/site-content/releasenotes/1.6.3/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> @@ -229,7 +229,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/releasenotes/1.6/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6/index.html (original) +++ jclouds/site-content/releasenotes/1.6/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> @@ -275,7 +275,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/releasenotes/1.7.0/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.0/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.7.0/index.html (original) +++ jclouds/site-content/releasenotes/1.7.0/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> @@ -237,7 +237,7 @@ Guava 15.0 or earlier, or wait for jclou <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/releasenotes/1.7.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.1/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.7.1/index.html (original) +++ jclouds/site-content/releasenotes/1.7.1/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> @@ -264,7 +264,7 @@ Guava 15.0 or earlier, or wait for jclou <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/releasenotes/1.7.2/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.2/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.7.2/index.html (original) +++ jclouds/site-content/releasenotes/1.7.2/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> @@ -280,7 +280,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/releasenotes/1.7.3/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.3/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.7.3/index.html (original) +++ jclouds/site-content/releasenotes/1.7.3/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> @@ -279,7 +279,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/releasenotes/1.8.0/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.8.0/index.html?rev=1906202&r1=1906201&r2=1906202&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.8.0/index.html (original) +++ jclouds/site-content/releasenotes/1.8.0/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> @@ -253,7 +253,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">
