diff --git a/docs/source/contribute/contributors.rst b/docs/source/contribute/contributors.rst index 3d3ccd3c..d6c8471c 100644 --- a/docs/source/contribute/contributors.rst +++ b/docs/source/contribute/contributors.rst @@ -10,7 +10,7 @@ evolved into a powerful tool for the analysis of the condensed matter systems. Here's a list of all the contributors who shape its evolution: -* `Marko Marino <https://github.com/marcomarino123>`_ +* `Marco Marino <https://github.com/marcomarino123>`_ * You can be the next one! Thank you to all of our contributors for your hard work and dedication! diff --git a/docs/source/contribute/index.rst b/docs/source/contribute/index.rst index a495cd7c..6070eacd 100644 --- a/docs/source/contribute/index.rst +++ b/docs/source/contribute/index.rst @@ -30,15 +30,15 @@ the corresponding links below. * Go to the |RAD-repo|_ and click on the "Fork" button. Now you have your own copy of the RAD-tools repository in your GitHub account. - * Clone you copy of the repository to your local machine: + * Clone your copy of the repository to your local machine: - If you are using ssh-key:: - git clone https://github.com/your-username/rad-tools.git + git clone git@github.com:your-username/rad-tools.git - If you are not using ssh-key:: - git clone git@github.com:your-username/rad-tools.git + git clone https://github.com/your-username/rad-tools.git * Change the directory::