Skip to content

Commit cd8f50c

Browse files
committed
fix: broken hyperlinks in PR template (#686)
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
1 parent 6ce5d66 commit cd8f50c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ _Note: Please transform `- [ ]` into `- (NA)` in the description when things are
3535

3636
#### Contribution
3737

38-
- [ ] I have read the [contributing guidelines](https://github.com/Orange-OpenSource/ouds-flutter/blob/develop/CONTRIBUTING.md)
38+
- [ ] I have read the [contributing guidelines](https://github.com/Orange-OpenSource/ouds-flutter/blob/develop/.github/CONTRIBUTING.md)
3939

4040
#### Accessibility
4141

@@ -47,7 +47,7 @@ _Note: Please transform `- [ ]` into `- (NA)` in the description when things are
4747

4848
#### Development
4949

50-
- [ ] My change follows the [developer guide](https://github.com/Orange-OpenSource/ouds-flutter/blob/develop/DEVELOP.md)
50+
- [ ] My change follows the [developer guide](https://github.com/Orange-OpenSource/ouds-flutter/blob/develop/.github/DEVELOP.md)
5151
- [ ] I have added unit tests to cover my changes _(optional)_
5252

5353
#### Documentation
@@ -61,4 +61,4 @@ _Note: Please transform `- [ ]` into `- (NA)` in the description when things are
6161
- [ ] Design review
6262
- [ ] A11y review
6363
- [ ] Internal files have been updated if relevant (THIRD_PARTY, NOTICE)
64-
- [ ] changelog.md has been updated respecting [keep a changelog rules](https://keepachangelog.com/en/1.0.0/) and referencing the issue
64+
- [ ] CHANGELOG.md files have been updated respecting [keep a changelog rules](https://keepachangelog.com/en/1.0.0/) and referencing the issue

0 commit comments

Comments
 (0)