diff --git a/docs/source/devguide/index.rst b/docs/source/devguide/index.rst
index b82e304ac..80b00d570 100644
--- a/docs/source/devguide/index.rst
+++ b/docs/source/devguide/index.rst
@@ -1,3 +1,5 @@
+.. _developers_guide:
+
=================
Developer's Guide
=================
diff --git a/docs/source/userguide/beginners_guide.rst b/docs/source/userguide/beginners_guide.rst
index fcc1eefad..c0ebcb421 100644
--- a/docs/source/userguide/beginners_guide.rst
+++ b/docs/source/userguide/beginners_guide.rst
@@ -10,7 +10,8 @@ Basic knowledge of `Python `_ is required to make
New users should familiarise themselves with `Conda `_.
-FESTIM is under version control with `git `_. Even though users don't need git to install FESTIM, it is convenient to understand how it works. You can find `git tutorials `_ to help you getting started. The `FESTIM source code `_ is hosted on GitHub. Signing up for free to GitHub is recommended to receive the latest updates, follow the development and submit `bug reports `_.
+FESTIM is under version control with `git `_. Even though users don't need git to install FESTIM, it is convenient to have a basic understanding of how it works. You can find `git tutorials `_ to help you getting started. The `FESTIM source code `_ is hosted on GitHub.
+Git knowledge and a GitHub account is required to open issues and :ref:`contribute to the code `.
----------------------
Where can I find help?