From 8a799c4b5f4f9fd0f38378e667d5c36dad31da64 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 12 Mar 2020 00:46:50 -0400 Subject: [PATCH] update cslib URLs to use https:// --- doc/src/Howto_client_server.rst | 2 +- doc/src/server_mc.rst | 2 +- doc/src/server_md.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/Howto_client_server.rst b/doc/src/Howto_client_server.rst index 160d3ae092..5f4e863797 100644 --- a/doc/src/Howto_client_server.rst +++ b/doc/src/Howto_client_server.rst @@ -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 `_ with documentation and test +`website `_ with documentation and test programs. .. note:: diff --git a/doc/src/server_mc.rst b/doc/src/server_mc.rst index 7ef92fac02..c1ff976ea7 100644 --- a/doc/src/server_mc.rst +++ b/doc/src/server_mc.rst @@ -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 `_ doc +the two codes. See the `CSlib website `_ 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. diff --git a/doc/src/server_md.rst b/doc/src/server_md.rst index 73d6196dfc..0782c64258 100644 --- a/doc/src/server_md.rst +++ b/doc/src/server_md.rst @@ -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 `_ doc +the two codes. See the `CSlib website `_ 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.