Skip to content

Commit 72a34fd

Browse files
committed
Fix links in contributing guidelines
1 parent f6a709d commit 72a34fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requests.
99

1010
By contributing to *fpm*, you certify that you own or are allowed to share the
1111
content of your contribution under the
12-
[fpm license](https://github.com/fortran-lang/fpm/blob/master/LICENSE).
12+
[fpm license](LICENSE).
1313

1414
* [Style](#style)
1515
* [Reporting a bug](#reporting-a-bug)
@@ -33,7 +33,7 @@ Good bug reports are extremely valuable to us—thank you!
3333
Before opening a bug report:
3434

3535
1. Check if the issue has already been reported
36-
([issues](https://github.com/fortran-lang/fpm/issues)).
36+
([issues](https://github.com/fortran-lang/fpm-haskell/issues)).
3737
2. Check if it is still an issue or it has been fixed?
3838
Try to reproduce it with the latest version from the master branch.
3939
3. Isolate the problem and create a minimal test case.
@@ -64,7 +64,7 @@ It’s quite possible that we are not considering an unusually creative solution
6464
*fpm* is a community project. There is no one single person making final
6565
decisions. This is the workflow that we follow:
6666

67-
1. Open a [new issue](https://github.com/fortran-lang/fpm/issues/new) to
67+
1. Open a [new issue](https://github.com/fortran-lang/fpm-haskell/issues/new) to
6868
describe a bug or propose a new feature.
6969
Refer to the earlier sections on how to write a good bug report or feature
7070
request.
@@ -119,4 +119,4 @@ You can learn how from
119119

120120
Don’t know where to start?
121121
You can start by looking through the list of
122-
[open issues](https://github.com/fortran-lang/fpm/issues).
122+
[open issues](https://github.com/fortran-lang/fpm-haskell/issues).

0 commit comments

Comments
 (0)