Update links to googletests and remove some refs to Jenkins and Gerrit from the docs
[alexxy/gromacs.git] / docs / dev-manual / contribute.rst
index dfc8862a531117e5b1bce8f00ae4cc6eecc791af..15305b98223c5e9df0977aea26bc2ec2ffb870ac 100644 (file)
@@ -62,8 +62,8 @@ please make sure that you have checked all the points on this list:
   We also need some form of automated high-level test of your code,
   because people who do not understand its details need to be able to
   change the infrastructure that you depend on. |Gromacs| uses
-  automated continuous-integration testing implemented by our
-  :doc:`jenkins <jenkins>` server, and we need quick feedback about whether your
+  automated continuous-integration testing in :doc:`GitLab <gitlab-ci>`,
+  and we need quick feedback about whether your
   code would be affected by a proposed change. This means the users of
   your feature can continue to do good science based upon trustworthy
   results generated by new versions of |Gromacs| released after you've