Fix link for dssp download
authorPaul Bauer <paul.bauer.q@gmail.com>
Tue, 26 Oct 2021 18:45:42 +0000 (20:45 +0200)
committerArtem Zhmurov <zhmurov@gmail.com>
Wed, 27 Oct 2021 09:24:42 +0000 (09:24 +0000)
The old link was outdated (got a mail complaining about it).

src/gromacs/gmxana/gmx_do_dssp.cpp

index 206e33b1cc251d584e7740e71a11d9a9d5cf91fd..36fb601e93df2e5dde55686f2c0ae6abf661f9f4 100644 (file)
@@ -481,7 +481,7 @@ int gmx_do_dssp(int argc, char* argv[])
         "reads a trajectory file and computes the secondary structure for",
         "each time frame ",
         "calling the dssp program. If you do not have the dssp program,",
-        "get it from http://swift.cmbi.ru.nl/gv/dssp. [THISMODULE] assumes ",
+        "get it from https://swift.cmbi.umcn.nl/gv/dssp. [THISMODULE] assumes ",
         "that the dssp executable is located in ",
         // NOLINTNEXTLINE(bugprone-suspicious-missing-comma)
         "[TT]" GMX_DSSP_PROGRAM_PATH "[tt]. If this is not the case, then you should",