From b90aec9135f4990347d656d7ab580599589045e7 Mon Sep 17 00:00:00 2001 From: Paul Bauer Date: Tue, 26 Oct 2021 20:45:42 +0200 Subject: [PATCH] Fix link for dssp download The old link was outdated (got a mail complaining about it). --- src/gromacs/gmxana/gmx_do_dssp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.22.0