Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit b3760bc

Browse files
committed
Fix issue links
1 parent 6cd5722 commit b3760bc

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CONTRIBUTING.markdown

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ project, you agree to abide by the [code of conduct][].
66

77
If you want to bring our attention to something, please open an issue! This can
88
be used for anything from typos to new content. For example, this has been used
9-
for events (#119), calls for participation (#138), jobs (#136), and bugs (#62).
9+
for [calls for participation][], [jobs][], and [bugs][].
1010

1111
If you want to make a change yourself, please open a pull request! We encourage
1212
you to make changes when you can, and we'll work with you to get your changes
13-
merged quickly. For instance, this has been used for events (#160), packages of
14-
the week (#159), featured content (#148), and typos (#145).
13+
merged quickly. For instance, this has been used for [packages of the week][],
14+
[featured content][], and [typos][].
1515

1616
## Contributing code
1717

@@ -27,8 +27,8 @@ code. In addition, there are a couple other things to keep in mind:
2727
pull request will be tested on Travis CI. The tests must pass before the
2828
pull request will be merged, but we can help you with any problems.
2929

30-
- If you do need or want to run the generator locally, you can do so with
31-
this command:
30+
- If you want or need to run the generator locally, you can do so with this
31+
command:
3232

3333
``` sh
3434
stack --install-ghc build --file-watch --exec haskell-weekly
@@ -45,4 +45,10 @@ code. In addition, there are a couple other things to keep in mind:
4545
```
4646
4747
[code of conduct]: ./CODE_OF_CONDUCT.markdown
48+
[calls for participation]: https://github.com/haskellweekly/haskellweekly.github.io/issues/138
49+
[jobs]: https://github.com/haskellweekly/haskellweekly.github.io/issues/136
50+
[bugs]: https://github.com/haskellweekly/haskellweekly.github.io/issues/62
51+
[packages of the week]: https://github.com/haskellweekly/haskellweekly.github.io/issues/159
52+
[featured content]: https://github.com/haskellweekly/haskellweekly.github.io/issues/148
53+
[typos]: https://github.com/haskellweekly/haskellweekly.github.io/issues/145
4854
[Stack]: https://docs.haskellstack.org/en/stable/README/

0 commit comments

Comments
 (0)