|
1 | 1 | # Halogen Subscriptions |
2 | 2 |
|
3 | | -[](https://github.com/purescript-contrib/purescript-halogen-subscriptions/actions?query=workflow%3ACI+branch%3Amain) |
4 | | -[](https://github.com/purescript-contrib/purescript-halogen-subscriptions/releases) |
| 3 | +[](https://github.com/purescript-halogen/purescript-halogen-subscriptions/actions?query=workflow%3ACI+branch%3Amain) |
| 4 | +[](https://github.com/purescript-halogen/purescript-halogen-subscriptions/releases) |
5 | 5 | [](https://pursuit.purescript.org/packages/purescript-halogen-subscriptions) |
6 | 6 | [](https://github.com/garyb) |
7 | 7 | [](https://github.com/thomashoneyman) |
@@ -30,14 +30,14 @@ The quick start hasn't been written yet (contributions are welcome!). The quick |
30 | 30 |
|
31 | 31 | If you get stuck, there are several ways to get help: |
32 | 32 |
|
33 | | -- [Open an issue](https://github.com/purescript-contrib/purescript-halogen-subscriptions/issues) if you have encountered a bug or problem. |
| 33 | +- [Open an issue](https://github.com/purescript-halogen/purescript-halogen-subscriptions/issues) if you have encountered a bug or problem. |
34 | 34 | - [Search or start a thread on the PureScript Discourse](https://discourse.purescript.org) if you have general questions. You can also ask questions in the `#purescript` and `#purescript-beginners` channels on the [Functional Programming Slack](https://functionalprogramming.slack.com) ([invite link](https://fpchat-invite.herokuapp.com/)). |
35 | 35 |
|
36 | 36 | ## Contributing |
37 | 37 |
|
38 | 38 | You can contribute to `halogen-subscriptions` in several ways: |
39 | 39 |
|
40 | | -1. If you encounter a problem or have a question, please [open an issue](https://github.com/purescript-contrib/purescript-halogen-subscriptions/issues). We'll do our best to work with you to resolve or answer it. |
| 40 | +1. If you encounter a problem or have a question, please [open an issue](https://github.com/purescript-halogen/purescript-halogen-subscriptions/issues). We'll do our best to work with you to resolve or answer it. |
41 | 41 |
|
42 | 42 | 2. If you would like to contribute code, tests, or documentation, please [read the contributor guide](./CONTRIBUTING.md). It's a short, helpful introduction to contributing to this library, including development instructions. |
43 | 43 |
|
|
0 commit comments