Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/common_links.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.. _conda: https://docs.conda.io/en/latest/
.. _contributor: https://github.com/SciTools/scitools.org.uk/blob/master/contributors.json
.. _core developers: https://github.com/SciTools/scitools.org.uk/blob/master/contributors.json
.. _generating sss keys for GitHub: https://docs.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account
.. _generating ssh keys for GitHub: https://docs.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account
.. _GitHub Actions: https://docs.github.com/en/actions
.. _GitHub Help Documentation: https://docs.github.com/en/github
.. _GitHub Discussions: https://github.com/SciTools/iris/discussions
Expand Down
2 changes: 1 addition & 1 deletion docs/src/developers_guide/gitwash/forking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Set up and Configure a Github Account
If you don't have a github account, go to the github page, and make one.

You then need to configure your account to allow write access, see
the `generating sss keys for GitHub`_ help on `github help`_.
the `generating ssh keys for GitHub`_ help on `github help`_.


Create Your own Forked Copy of Iris
Expand Down
2 changes: 1 addition & 1 deletion docs/src/developers_guide/gitwash/set_up_fork.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Overview

git clone [email protected]:your-user-name/iris.git
cd iris
git remote add upstream git://github.com/SciTools/iris.git
git remote add upstream git@github.com/SciTools/iris.git

In Detail
=========
Expand Down