Skip to content

Commit e4f74fd

Browse files
authored
Fix links in contributing.md
1 parent c18554f commit e4f74fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contributing/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ When the tutorial is ready to be incorporated, Learn Astropy maintainers will op
105105

106106
### Method Two: Submit a Pull Request
107107

108-
The process for contributing a tutorial involves the [GitHub fork](https://help.github.com/articles/working-with-forks/) and `git` workflow concepts [branch, push, pull request](https://help.github.com/articles/proposing -changes-to-your-work-with-pull-requests/).
108+
The process for contributing a tutorial involves the [GitHub fork](https://help.github.com/articles/working-with-forks/) and `git` workflow concepts [branch, push, pull request](https://help.github.com/articles/proposing-changes-to-your-work-with-pull-requests/).
109109

110110
To contribute a new tutorial, first fork the `astropy-tutorials` repository. Then, clone your fork locally to your machine (replace `<GITHUB USERNAME>` with your GitHub username):
111111

@@ -134,7 +134,7 @@ scipy==1.0
134134
numpy>=1.13
135135
```
136136

137-
To see an example, have a look at the FITS-header [requirements.txt file](https: //github.com/astropy/astropy-tutorials/blob/master/tutorials/notebooks/FITS-head er/requirements.txt).
137+
To see an example, have a look at the FITS-header [requirements.txt file](https://github.com/astropy/astropy-tutorials/blob/master/tutorials/FITS-header/requirements.txt).
138138

139139
Push the notebook and other files from your local branch up to your fork of the repository on GitHub (by default, named 'origin'):
140140

0 commit comments

Comments
 (0)