update cslib URLs to use https://

This commit is contained in:
Axel Kohlmeyer 2020-03-12 00:46:50 -04:00
parent 30817162b9
commit 8a799c4b5f
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
3 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ below. The MESSAGE package also wraps a client/server library called
CSlib which enables two codes to exchange messages in different ways,
either via files, sockets, or MPI. The CSlib is provided with LAMMPS
in the lib/message dir. The CSlib has its own
`website <http://cslib.sandia.gov>`_ with documentation and test
`website <https://cslib.sandia.gov>`_ with documentation and test
programs.
.. note::

View File

@ -57,7 +57,7 @@ runs.
The format and content of the exchanged messages are explained here in
a conceptual sense. Python-style pseudo code for the library calls to
the CSlib is shown, which performs the actual message exchange between
the two codes. See the `CSlib website <http://cslib.sandia.gov>`_ doc
the two codes. See the `CSlib website <https://cslib.sandia.gov>`_ doc
pages for more details on the actual library syntax. The "cs" object
in this pseudo code is a pointer to an instance of the CSlib.

View File

@ -60,7 +60,7 @@ forces, and pressure values from the server code.
The format and content of the exchanged messages are explained here in
a conceptual sense. Python-style pseudo code for the library calls to
the CSlib is shown, which performs the actual message exchange between
the two codes. See the `CSlib website <http://cslib.sandia.gov>`_ doc
the two codes. See the `CSlib website <https://cslib.sandia.gov>`_ doc
pages for more details on the actual library syntax. The "cs" object
in this pseudo code is a pointer to an instance of the CSlib.