File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Set up and Configure a Github Account
1818If you don't have a github account, go to the github page, and make one.
1919
2020You 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
2424Create Your own Forked Copy of Iris
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Overview
1515
1616 git clone git@github.com: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
2020In Detail
2121=========
You can’t perform that action at this time.
0 commit comments