Skip to content

Commit 7a36f50

Browse files
committed
Fixing typo's in Gitwash.
1 parent 4a945ec commit 7a36f50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/common_links.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.. _conda: https://docs.conda.io/en/latest/
1010
.. _contributor: https://github.com/SciTools/scitools.org.uk/blob/master/contributors.json
1111
.. _core developers: https://github.com/SciTools/scitools.org.uk/blob/master/contributors.json
12-
.. _generating sss keys for GitHub: https://docs.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account
12+
.. _generating ssh keys for GitHub: https://docs.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account
1313
.. _GitHub Actions: https://docs.github.com/en/actions
1414
.. _GitHub Help Documentation: https://docs.github.com/en/github
1515
.. _GitHub Discussions: https://github.com/SciTools/iris/discussions

docs/src/developers_guide/gitwash/forking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Set up and Configure a Github Account
1818
If you don't have a github account, go to the github page, and make one.
1919

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

2323

2424
Create Your own Forked Copy of Iris

docs/src/developers_guide/gitwash/set_up_fork.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Overview
1515

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

2020
In Detail
2121
=========

0 commit comments

Comments
 (0)