Skip to content

Commit 7fc75e3

Browse files
Use https when available
1 parent e385272 commit 7fc75e3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
libusb
22
======
33

4-
This directory contains content for the web pages at: http://libusb.info
4+
This directory contains content for the web pages at: https://libusb.info

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<div class="header">
1010
<p>
11-
<a href="http://libusb.info"><img style="vertical-align:middle" src="images/logo-160.png" alt="libusb"/></a>&nbsp;&nbsp;A cross-platform user library to access USB devices
11+
<a href="https://libusb.info"><img style="vertical-align:middle" src="images/logo-160.png" alt="libusb"/></a>&nbsp;&nbsp;A cross-platform user library to access USB devices
1212
<br>
1313
</p>
1414
</div>
@@ -22,9 +22,9 @@
2222
<li><a href="https://github.com/libusb/libusb/releases/download/v1.0.24/libusb-1.0.24.7z">Latest Windows Binaries</a></li>
2323
</ul>
2424
</li>
25-
<li><a href="http://libusb.sourceforge.net/api-1.0/">Documentation</a>
25+
<li><a href="https://libusb.sourceforge.io/api-1.0/">Documentation</a>
2626
<ul>
27-
<li><a href="http://libusb.sourceforge.net/api-1.0/">libusb API (v1.0)</a></li>
27+
<li><a href="https://libusb.sourceforge.io/api-1.0/">libusb API (v1.0)</a></li>
2828
<li><a href="https://github.com/libusb/libusb/wiki">Wiki</a></li>
2929
<li><a href="https://github.com/libusb/libusb/wiki/FAQ">FAQ</a></li>
3030
</ul>
@@ -60,10 +60,10 @@ <h2>Sounds good! How do I get started?</h2>
6060
<p>If you are using Linux, chances are your distribution already includes libusb, so you probably just need to reference the libusb header in your source.</p>
6161
<p>For other platforms, or if you want to use the very latest, you are encouraged to recompile from source. Please check the Downloads menu.</p>
6262
<p>If you prefer, you can also access the source directly from <a href="https://github.com/libusb/libusb">github</a>.</p>
63-
<p>Once you have secured your access to the library and its header, please check the <a href="http://libusb.sourceforge.net/api-1.0/">libusb API</a> or the <a href="https://github.com/libusb/libusb/tree/master/examples">libusb samples</a>.
63+
<p>Once you have secured your access to the library and its header, please check the <a href="https://libusb.sourceforge.io/api-1.0/">libusb API</a> or the <a href="https://github.com/libusb/libusb/tree/master/examples">libusb samples</a>.
6464
<h2>What happened to the old site?</h2>
65-
<p>The old site (.org) is now obsolete, please use <b><a href="http://libusb.info">libusb.info</a></b>.<br/>
66-
All of the current libusb development team has moved to <b><a href="http://libusb.info">libusb.info</a></b>.</p>
65+
<p>The old site (.org) is now obsolete, please use <b><a href="https://libusb.info">libusb.info</a></b>.<br/>
66+
All of the current libusb development team has moved to <b><a href="https://libusb.info">libusb.info</a></b>.</p>
6767
<br/>
6868
<p><b>For additional information, please consult the <a href="https://github.com/libusb/libusb/wiki/FAQ">FAQ</a> or the <a href="https://github.com/libusb/libusb/wiki">Wiki</a>.</b></p>
6969
</div>

0 commit comments

Comments
 (0)