Skip to content

Commit

Permalink
Update various text URL references to https
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
  • Loading branch information
jsquyres authored and bgoglin committed Apr 2, 2020
1 parent 2447980 commit 74f1784
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 24 deletions.
17 changes: 8 additions & 9 deletions README
Expand Up @@ -23,11 +23,12 @@ APIs are documented after these sections.

Installation

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

Basic Installation

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

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

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



See https://www.open-mpi.org/projects/hwloc/doc/ for more hwloc documentation.
4 changes: 2 additions & 2 deletions config/hwloc_pkg.m4
@@ -1,4 +1,4 @@
# Copyright © 2010 Cisco Systems, Inc. All rights reserved.
# Copyright © 2010-2020 Cisco Systems, Inc. All rights reserved.
# Copyright © 2015 Inria. All rights reserved.
# See COPYING in top-level directory.
#
Expand Down Expand Up @@ -180,7 +180,7 @@ To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
# failure now.
# There are also cases on Mac where pkg-config returns paths
# that do not actually exists until some magic is applied.
# http://www.open-mpi.org/community/lists/hwloc-devel/2015/03/4402.php
# https://www.open-mpi.org/community/lists/hwloc-devel/2015/03/4402.php
# So check whether we find the header as well.
hwloc_cflags_save=$CFLAGS
hwloc_cppflags_save=$CPPFLAGS
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -3,7 +3,7 @@
# Copyright © 2009 CNRS
# Copyright © 2009-2020 Inria. All rights reserved.
# Copyright © 2009, 2011-2012 Université Bordeaux
# Copyright © 2009-2014 Cisco Systems, Inc. All rights reserved.
* Copyright © 2009-2020 Cisco Systems, Inc. All rights reserved.
#
# See COPYING in top-level directory.
#
Expand All @@ -18,7 +18,7 @@

AC_INIT([hwloc],
[m4_normalize(esyscmd([sh config/hwloc_get_version.sh VERSION --version]))],
[http://github.com/open-mpi/hwloc/issues], [hwloc])
[https://github.com/open-mpi/hwloc/issues], [hwloc])
AC_PREREQ(2.63)
AC_CONFIG_AUX_DIR(./config)
# Note that this directory must *exactly* match what was specified via
Expand Down
4 changes: 2 additions & 2 deletions contrib/windows/private_config.h
Expand Up @@ -2,7 +2,7 @@
* Copyright © 2009, 2011, 2012 CNRS. All rights reserved.
* Copyright © 2009-2018 Inria. All rights reserved.
* Copyright © 2009, 2011, 2012, 2015 Université Bordeaux. All rights reserved.
* Copyright © 2009 Cisco Systems, Inc. All rights reserved.
* Copyright © 2009-2020 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
Expand Down Expand Up @@ -575,7 +575,7 @@
#define PACKAGE "hwloc"

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

/* Define to the full name of this package. */
#define PACKAGE_NAME "hwloc"
Expand Down
4 changes: 2 additions & 2 deletions doc/hwloc.doxy
Expand Up @@ -2,7 +2,7 @@
* Copyright © 2009 CNRS
* Copyright © 2009-2020 Inria. All rights reserved.
* Copyright © 2009-2013 Université Bordeaux
* Copyright © 2009-2014 Cisco Systems, Inc. All rights reserved.
* Copyright © 2009-2020 Cisco Systems, Inc. All rights reserved.
* See COPYING in top-level directory.
*/

Expand Down Expand Up @@ -455,7 +455,7 @@ shell$

hwloc is the evolution and merger of the libtopology
(http://runtime.bordeaux.inria.fr/libtopology/) project and the Portable
Linux Processor Affinity (PLPA) (http://www.open-mpi.org/projects/plpa/)
Linux Processor Affinity (PLPA) (https://www.open-mpi.org/projects/plpa/)
project. Because of functional and ideological overlap, these two code bases
and ideas were merged and released under the name "hwloc" as an Open MPI
sub-project.
Expand Down
6 changes: 3 additions & 3 deletions doc/main.doxy
Expand Up @@ -44,9 +44,9 @@ Both hwloc and netloc APIs are documented after these sections.
\endhtmlonly
\section common_installation Installation

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions include/hwloc.h
Expand Up @@ -2,7 +2,7 @@
* Copyright © 2009 CNRS
* Copyright © 2009-2020 Inria. All rights reserved.
* Copyright © 2009-2012 Université Bordeaux
* Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved.
* Copyright © 2009-2020 Cisco Systems, Inc. All rights reserved.
* See COPYING in top-level directory.
*/

Expand All @@ -11,7 +11,7 @@
* ------------------------------------------------
* $tarball_directory/doc/doxygen-doc/
* or
* http://www.open-mpi.org/projects/hwloc/doc/
* https://www.open-mpi.org/projects/hwloc/doc/
*=====================================================================
*
* FAIR WARNING: Do NOT expect to be able to figure out all the
Expand Down
4 changes: 2 additions & 2 deletions tests/hwloc/embedded/configure.ac
@@ -1,8 +1,8 @@
# Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved.
# Copyright © 2009-2020 Cisco Systems, Inc. All rights reserved.
# Copyright © 2013 Inria. All rights reserved.
# See COPYING in top-level directory.

AC_INIT([hwloc-embedded-test], [1.0], [http://www.open-mpi.org/projects/hwloc/], [hwloc-embedded-test])
AC_INIT([hwloc-embedded-test], [1.0], [https://www.open-mpi.org/projects/hwloc/], [hwloc-embedded-test])
AC_PREREQ([2.63])
AC_CONFIG_AUX_DIR([./config])
AC_CONFIG_MACRO_DIR([./config])
Expand Down

0 comments on commit 74f1784

Please sign in to comment.