You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Please be detailed and include reasons, links or arguments to support your opini
49
49
#### Porting exercises
50
50
The site contains a [list of missing exercises](http://exercism.io/languages/haskell/todo).
51
51
You may implement any of these exercises for the Haskell track.
52
-
Feel free to refer to the [documentation on porting an exercise](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/porting-an-exercise.md).
52
+
Feel free to refer to the [documentation on porting an exercise](https://github.com/exercism/docs/blob/master/you-can-help/implement-an-exercise-from-specification.md).
53
53
Of course you can also add a totally new exercise, but it might be a good idea to first discuss it in one of [our forums](#asking-for-help).
54
54
55
55
#### Updating an exercise test suite
@@ -114,7 +114,7 @@ To report a bug you should [create an issue](https://help.github.com/articles/cr
114
114
115
115
### Writing a pull request
116
116
To fix a bug you should [create a pull request from a fork](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) on the [exercism/haskell repo](https://github.com/exercism/haskell/pulls).
117
-
If you need help with Git, we have some [documentation on Git basics](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/git-basics.md).
117
+
If you need help with Git, we have some [documentation on Git basics](https://github.com/exercism/docs/blob/master/contributing/git-basics.md).
118
118
119
119
### Development Dependencies
120
120
You should have [Stack](http://docs.haskellstack.org/) installed in your system to make contributing to this repository easier.
0 commit comments