Prune change-management.rst and update links.
[alexxy/gromacs.git] / src / api / cpp / workflow.cpp
index d37e6b6f7bcac7c91cfa181376ca4dff3f5f4f82..e35e3c0ea48698bc20a3ff32188dd473081ebd28 100644 (file)
@@ -68,7 +68,7 @@ NodeSpecification::paramsType MDNodeSpecification::params() const noexcept
 NodeKey Workflow::addNode(std::unique_ptr<NodeSpecification> spec)
 {
     // TODO capture provided NodeSpecification.
-    // Relates to gmxapi milestone 7, described at https://redmine.gromacs.org/issues/2585
+    // Relates to gmxapi milestone 7, described at https://gitlab.com/gromacs/gromacs/-/issues/2585
     throw gmxapi::NotImplementedError("Member function not yet implemented or used.");
     (void)spec;
     return {};