Skip to content

Commit 74f1784

Browse files
jsquyresbgoglin
authored andcommitted
Update various text URL references to https
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 2447980 commit 74f1784

File tree

8 files changed

+23
-24
lines changed

8 files changed

+23
-24
lines changed

README

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ APIs are documented after these sections.
2323

2424
Installation
2525

26-
hwloc (http://www.open-mpi.org/projects/hwloc/) is available under the BSD
27-
license. It is hosted as a sub-project of the overall Open MPI project (http://
28-
www.open-mpi.org/). Note that hwloc does not require any functionality from
29-
Open MPI -- it is a wholly separate (and much smaller!) project and code base.
30-
It just happens to be hosted as part of the overall Open MPI project.
26+
hwloc (https://www.open-mpi.org/projects/hwloc/) is available under the BSD
27+
license. It is hosted as a sub-project of the overall Open MPI project
28+
(https://www.open-mpi.org/). Note that hwloc does not require any
29+
functionality from Open MPI -- it is a wholly separate (and much
30+
smaller!) project and code base. It just happens to be hosted as part
31+
of the overall Open MPI project.
3132

3233
Basic Installation
3334

@@ -75,11 +76,9 @@ Bugs should be reported in the tracker (https://github.com/open-mpi/hwloc/
7576
issues). Opening a new issue automatically displays lots of hints about how to
7677
debug and report issues.
7778

78-
Questions may be sent to the users or developers mailing lists (http://
79-
www.open-mpi.org/community/lists/hwloc.php).
79+
Questions may be sent to the users or developers mailing lists
80+
(https://www.open-mpi.org/community/lists/hwloc.php).
8081

8182
There is also a #hwloc IRC channel on Freenode (irc.freenode.net).
8283

83-
84-
8584
See https://www.open-mpi.org/projects/hwloc/doc/ for more hwloc documentation.

config/hwloc_pkg.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2010 Cisco Systems, Inc. All rights reserved.
1+
# Copyright © 2010-2020 Cisco Systems, Inc. All rights reserved.
22
# Copyright © 2015 Inria. All rights reserved.
33
# See COPYING in top-level directory.
44
#
@@ -180,7 +180,7 @@ To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
180180
# failure now.
181181
# There are also cases on Mac where pkg-config returns paths
182182
# that do not actually exists until some magic is applied.
183-
# http://www.open-mpi.org/community/lists/hwloc-devel/2015/03/4402.php
183+
# https://www.open-mpi.org/community/lists/hwloc-devel/2015/03/4402.php
184184
# So check whether we find the header as well.
185185
hwloc_cflags_save=$CFLAGS
186186
hwloc_cppflags_save=$CPPFLAGS

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright © 2009 CNRS
44
# Copyright © 2009-2020 Inria. All rights reserved.
55
# Copyright © 2009, 2011-2012 Université Bordeaux
6-
# Copyright © 2009-2014 Cisco Systems, Inc. All rights reserved.
6+
* Copyright © 2009-2020 Cisco Systems, Inc. All rights reserved.
77
#
88
# See COPYING in top-level directory.
99
#
@@ -18,7 +18,7 @@
1818

1919
AC_INIT([hwloc],
2020
[m4_normalize(esyscmd([sh config/hwloc_get_version.sh VERSION --version]))],
21-
[http://github.com/open-mpi/hwloc/issues], [hwloc])
21+
[https://github.com/open-mpi/hwloc/issues], [hwloc])
2222
AC_PREREQ(2.63)
2323
AC_CONFIG_AUX_DIR(./config)
2424
# Note that this directory must *exactly* match what was specified via

contrib/windows/private_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright © 2009, 2011, 2012 CNRS. All rights reserved.
33
* Copyright © 2009-2018 Inria. All rights reserved.
44
* Copyright © 2009, 2011, 2012, 2015 Université Bordeaux. All rights reserved.
5-
* Copyright © 2009 Cisco Systems, Inc. All rights reserved.
5+
* Copyright © 2009-2020 Cisco Systems, Inc. All rights reserved.
66
* $COPYRIGHT$
77
*
88
* Additional copyrights may follow
@@ -575,7 +575,7 @@
575575
#define PACKAGE "hwloc"
576576

577577
/* Define to the address where bug reports for this package should be sent. */
578-
#define PACKAGE_BUGREPORT "http://www.open-mpi.org/projects/hwloc/"
578+
#define PACKAGE_BUGREPORT "https://www.open-mpi.org/projects/hwloc/"
579579

580580
/* Define to the full name of this package. */
581581
#define PACKAGE_NAME "hwloc"

doc/hwloc.doxy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright © 2009 CNRS
33
* Copyright © 2009-2020 Inria. All rights reserved.
44
* Copyright © 2009-2013 Université Bordeaux
5-
* Copyright © 2009-2014 Cisco Systems, Inc. All rights reserved.
5+
* Copyright © 2009-2020 Cisco Systems, Inc. All rights reserved.
66
* See COPYING in top-level directory.
77
*/
88

@@ -455,7 +455,7 @@ shell$
455455

456456
hwloc is the evolution and merger of the libtopology
457457
(http://runtime.bordeaux.inria.fr/libtopology/) project and the Portable
458-
Linux Processor Affinity (PLPA) (http://www.open-mpi.org/projects/plpa/)
458+
Linux Processor Affinity (PLPA) (https://www.open-mpi.org/projects/plpa/)
459459
project. Because of functional and ideological overlap, these two code bases
460460
and ideas were merged and released under the name "hwloc" as an Open MPI
461461
sub-project.

doc/main.doxy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Both hwloc and netloc APIs are documented after these sections.
4444
\endhtmlonly
4545
\section common_installation Installation
4646

47-
hwloc (http://www.open-mpi.org/projects/hwloc/) is available under the
47+
hwloc (https://www.open-mpi.org/projects/hwloc/) is available under the
4848
BSD license. It is hosted as a sub-project of the overall Open MPI
49-
project (http://www.open-mpi.org/). Note that hwloc does not require
49+
project (https://www.open-mpi.org/). Note that hwloc does not require
5050
any functionality from Open MPI -- it is a wholly separate (and much
5151
smaller!) project and code base. It just happens to be hosted as part
5252
of the overall Open MPI project.
@@ -112,7 +112,7 @@ Opening a new issue automatically displays lots of hints about
112112
how to debug and report issues.
113113

114114
Questions may be sent to the users or developers mailing lists
115-
(http://www.open-mpi.org/community/lists/hwloc.php).
115+
(https://www.open-mpi.org/community/lists/hwloc.php).
116116

117117
There is also a <tt>\#hwloc</tt> IRC channel on Freenode (<tt>irc.freenode.net</tt>).
118118

include/hwloc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright © 2009 CNRS
33
* Copyright © 2009-2020 Inria. All rights reserved.
44
* Copyright © 2009-2012 Université Bordeaux
5-
* Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved.
5+
* Copyright © 2009-2020 Cisco Systems, Inc. All rights reserved.
66
* See COPYING in top-level directory.
77
*/
88

@@ -11,7 +11,7 @@
1111
* ------------------------------------------------
1212
* $tarball_directory/doc/doxygen-doc/
1313
* or
14-
* http://www.open-mpi.org/projects/hwloc/doc/
14+
* https://www.open-mpi.org/projects/hwloc/doc/
1515
*=====================================================================
1616
*
1717
* FAIR WARNING: Do NOT expect to be able to figure out all the

tests/hwloc/embedded/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved.
1+
# Copyright © 2009-2020 Cisco Systems, Inc. All rights reserved.
22
# Copyright © 2013 Inria. All rights reserved.
33
# See COPYING in top-level directory.
44

5-
AC_INIT([hwloc-embedded-test], [1.0], [http://www.open-mpi.org/projects/hwloc/], [hwloc-embedded-test])
5+
AC_INIT([hwloc-embedded-test], [1.0], [https://www.open-mpi.org/projects/hwloc/], [hwloc-embedded-test])
66
AC_PREREQ([2.63])
77
AC_CONFIG_AUX_DIR([./config])
88
AC_CONFIG_MACRO_DIR([./config])

0 commit comments

Comments
 (0)