mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Use https:// links for most sites
This adds a rule to require https links for the libvirt, qemu and kvm websites. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
+6
-6
@@ -16,17 +16,17 @@
|
||||
|
||||
<ul>
|
||||
<li><a href="ftp://libvirt.org/libvirt/java/">libvirt.org FTP server</a></li>
|
||||
<li><a href="http://libvirt.org/sources/java/">libvirt.org HTTP server</a></li>
|
||||
<li><a href="https://libvirt.org/sources/java/">libvirt.org HTTP server</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Maven</h3>
|
||||
<p>A maven repository is located at <a href="http://www.libvirt.org/maven2/">http://www.libvirt.org/maven2/</a>
|
||||
<p>A maven repository is located at <a href="https://libvirt.org/maven2/">https://libvirt.org/maven2/</a>
|
||||
which you can use to include this in your maven projects.</p>
|
||||
|
||||
<h2>GIT source repository</h2>
|
||||
<p> The Java bindings code source is now maintained in a <a
|
||||
href="http://git-scm.com/">git</a> repository available on
|
||||
<a href="http://libvirt.org/git/">libvirt.org</a>:
|
||||
<a href="https://libvirt.org/git/">libvirt.org</a>:
|
||||
</p>
|
||||
<pre>
|
||||
git clone git://libvirt.org/libvirt-java.git
|
||||
@@ -36,7 +36,7 @@ It can also be browsed at
|
||||
</p>
|
||||
<pre>
|
||||
|
||||
<a href="http://libvirt.org/git/?p=libvirt-java.git;a=summary">http://libvirt.org/git/?p=libvirt-java.git;a=summary</a>
|
||||
<a href="https://libvirt.org/git/?p=libvirt-java.git;a=summary">https://libvirt.org/git/?p=libvirt-java.git;a=summary</a>
|
||||
</pre>
|
||||
|
||||
<p></p>
|
||||
@@ -120,7 +120,7 @@ lower case, for example the C functions:</p>
|
||||
<code>virDomain.setMaxMemory(long memory)</code>
|
||||
</p>
|
||||
<p> There is of course some functions where the mapping is less direct
|
||||
and using extra classes to map complex arguments. The <a href="http://libvirt.org/sources/java/javadoc">Javadoc</a> is available online or as
|
||||
and using extra classes to map complex arguments. The <a href="https://libvirt.org/sources/java/javadoc">Javadoc</a> is available online or as
|
||||
part of a separate libvirt-java-javadoc package.</p>
|
||||
<p>So let's look at a simple example inspired from the
|
||||
<code>test.java</code> test found in <code>src</code> in the source tree:</p>
|
||||
@@ -164,7 +164,7 @@ from the C API, the only points to notice are:</p>
|
||||
<pre><repositories>
|
||||
<repository>
|
||||
<id>libvirt-org</id>
|
||||
<url>http://libvirt.org/maven2</url>
|
||||
<url>https://libvirt.org/maven2</url>
|
||||
</repository>
|
||||
</repositories></pre>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user