Prune change-management.rst and update links.
[alexxy/gromacs.git] / src / gromacs / listed_forces / bonded.cpp
index 61f6ee32f0e62b6c3a90b6898752e89e374a1394..443008c374e9d76f67a9fd75c14b42a96b453a12 100644 (file)
@@ -866,7 +866,7 @@ real thole_pol(int             nbonds,
     return V;
 }
 
-// Avoid gcc 386 -O3 code generation bug in this function (see Redmine
+// Avoid gcc 386 -O3 code generation bug in this function (see Issue
 // #3205 for more information)
 #if defined(__GNUC__) && defined(__i386__) && defined(__OPTIMIZE__)
 #    pragma GCC push_options