From: Paul Bauer Date: Tue, 26 Oct 2021 18:45:42 +0000 (+0200) Subject: Fix link for dssp download X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=commitdiff_plain;h=b90aec9135f4990347d656d7ab580599589045e7 Fix link for dssp download The old link was outdated (got a mail complaining about it). --- diff --git a/src/gromacs/gmxana/gmx_do_dssp.cpp b/src/gromacs/gmxana/gmx_do_dssp.cpp index 206e33b1cc..36fb601e93 100644 --- a/src/gromacs/gmxana/gmx_do_dssp.cpp +++ b/src/gromacs/gmxana/gmx_do_dssp.cpp @@ -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",