Skip to content

Commit 46266e9

Browse files
committed
Fix links in contributing.md
Signed-off-by: Nick Lawrence <[email protected]>
1 parent 77fccb3 commit 46266e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/developer/CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Our project welcomes external contributions. If you have an itch, please feel
33
free to scratch it.
44

5-
To contribute code or documentation, please submit a [pull request](https://github.com/Alvearie/health-patterns/pulls).
5+
To contribute code or documentation, please submit a [pull request](https://github.com/LinuxForHealth/nlp-insights/pulls).
66

77
A good way to familiarize yourself with the codebase and contribution process is
8-
to look for and tackle low-hanging fruit in the [issue tracker](https://github.com/Alvearie/health-patterns/issues).
8+
to look for and tackle low-hanging fruit in the [issue tracker](https://github.com/LinuxForHealth/nlp-insights/issues).
99
Before embarking on a more ambitious contribution, please [communicate](#communication) with us.
1010

1111
*We appreciate your effort, and want to avoid a situation where a contribution
@@ -14,14 +14,14 @@ cannot be accepted at all!*
1414

1515
### Proposing new features
1616

17-
If you would like to implement a new feature, please [raise an issue](https://github.com/Alvearie/health-patterns/issues)
17+
If you would like to implement a new feature, please [raise an issue](https://github.com/LinuxForHealth/nlp-insights/issue)
1818
before sending a pull request so the feature can be discussed. This is to avoid
1919
you wasting your valuable time working on a feature that the project developers
2020
are not interested in accepting into the code base.
2121

2222
### Fixing bugs
2323

24-
If you would like to fix a bug, please [raise an issue](https://github.com/Alvearie/health-patterns/issues) before sending a
24+
If you would like to fix a bug, please [raise an issue](https://github.com/LinuxForHealth/nlp-insights/issues) before sending a
2525
pull request so it can be tracked.
2626

2727
### Merge approval
@@ -59,7 +59,7 @@ git commit -s
5959
```
6060

6161
## Communication
62-
Connect with us by opening an [issue](https://github.com/Alvearie/health-patterns/issues).
62+
Connect with us by opening an [issue](https://github.com/LinuxForHealth/nlp-insights/issues).
6363

6464
## Coding style guidelines
6565
This project makes use of several coding conventions and tools.

0 commit comments

Comments
 (0)