Skip to content

Commit

Permalink
Change applicable http:// URLs to https://. Fix a bad URL in RPM spec. (
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 committed Jun 22, 2018
1 parent 165b4e0 commit 964f106
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -26,7 +26,7 @@ OpenBSD, NetBSD, Android, Solaris, and other Linux distributions.
iperf3 is principally developed by ESnet / Lawrence Berkeley National
Laboratory. It is released under a three-clause BSD license.

For more information see: http://software.es.net/iperf
For more information see: https://software.es.net/iperf

Source code and issue tracker: https://github.com/esnet/iperf

Expand All @@ -35,7 +35,7 @@ Obtaining iperf3

Downloads of iperf3 are available at:

http://downloads.es.net/pub/iperf/
https://downloads.es.net/pub/iperf/

To check out the most recent code, clone the git repository at:

Expand Down Expand Up @@ -146,7 +146,7 @@ Known Issues

A set of known issues is maintained on the iperf3 Web pages:

http://software.es.net/iperf/dev.html#known-issues
https://software.es.net/iperf/dev.html#known-issues

Links
-----
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -24,7 +24,7 @@
# file for complete information.

# Initialize the autoconf system for the specified tool, version and mailing list
AC_INIT(iperf, 3.5+, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/)
AC_INIT(iperf, 3.5+, https://github.com/esnet/iperf, iperf, https://software.es.net/iperf/)
m4_include([config/ax_check_openssl.m4])
AC_LANG(C)

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -41,13 +41,13 @@ Links for the Impatient
-----------------------

Project homepage and documentation hosted on GitHub Pages:
http://software.es.net/iperf/
https://software.es.net/iperf/

Project site (source code repository, issue tracker) hosted on GitHub:
https://github.com/esnet/iperf

Source code downloads:
http://downloads.es.net/pub/iperf/
https://downloads.es.net/pub/iperf/

Contents
--------
Expand Down
2 changes: 1 addition & 1 deletion docs/obtaining.rst
Expand Up @@ -34,7 +34,7 @@ Source Distributions
Source distributions of iperf are available as compressed (gzip)
tarballs at:

http://downloads.es.net/pub/iperf/
https://downloads.es.net/pub/iperf/

**Note:** Due to a software packaging error, the 3.0.2 release
tarball was not compressed, even though its filename had a ``.tar.gz``
Expand Down
4 changes: 2 additions & 2 deletions iperf3.spec.in
Expand Up @@ -5,8 +5,8 @@ Summary: Measurement tool for TCP/UDP bandwidth performance

Group: Applications/Internet
License: BSD
URL: http://github.com/esnet/iperf
Source0: http://stats.es.net/software/iperf-%{version}.tar.gz
URL: https://github.com/esnet/iperf
Source0: https://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%if 0%{?el5}
Expand Down
6 changes: 3 additions & 3 deletions src/iperf3.1
@@ -1,4 +1,4 @@
.TH IPERF3 1 "March 2018" ESnet "User Manuals"
.TH IPERF3 1 "June 2018" ESnet "User Manuals"
.SH NAME
iperf3 \- perform network throughput tests
.SH SYNOPSIS
Expand Down Expand Up @@ -419,8 +419,8 @@ mario,bf7a49a846d44b454a5d11e7acfaf13d138bbe0b7483aa3e050879700572709b
.SH AUTHORS
A list of the contributors to iperf3 can be found within the
documentation located at
\fChttp://software.es.net/iperf/dev.html#authors\fR.
\fChttps://software.es.net/iperf/dev.html#authors\fR.

.SH "SEE ALSO"
libiperf(3),
http://software.es.net/iperf
https://software.es.net/iperf
6 changes: 3 additions & 3 deletions src/libiperf.3
@@ -1,4 +1,4 @@
.TH LIBIPERF 3 "April 2018" ESnet "User Manuals"
.TH LIBIPERF 3 "June 2018" ESnet "User Manuals"
.SH NAME
libiperf \- API for iperf3 network throughput tester

Expand Down Expand Up @@ -106,8 +106,8 @@ of the iperf3 source tree.
.SH AUTHORS
A list of the contributors to iperf3 can be found within the
documentation located at
\fChttp://software.es.net/iperf/dev.html#authors\fR.
\fChttps://software.es.net/iperf/dev.html#authors\fR.

.SH "SEE ALSO"
iperf3(1),
http://software.es.net/iperf/
https://software.es.net/iperf/

0 comments on commit 964f106

Please sign in to comment.