Prune change-management.rst and update links.
[alexxy/gromacs.git] / src / gromacs / mdtypes / commrec.h
index a05b34d05292842b301c25907d9fcf764d6c5f60..0f00d52528004975d30bc02172d06186a158cf7c 100644 (file)
@@ -150,7 +150,7 @@ inline bool thisRankHasDuty(const t_commrec* cr, int duty)
  * This is true if havePPDomainDecomposition is true, but the converse does not
  * apply (see docs of havePpDomainDecomposition()).
  *
- * \todo As part of Redmine #2395, replace calls to this with
+ * \todo As part of Issue #2395, replace calls to this with
  * havePPDomainDecomposition or a call of some other/new function, as
  * appropriate to each case. Then eliminate this macro. */
 #define DOMAINDECOMP(cr) (((cr)->dd != nullptr) && PAR(cr))