Skip to content

Commit 331e36d

Browse files
committed
CONTRIBUTING: fix links
1 parent 3ad5203 commit 331e36d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,27 @@ possible.
1111

1212
## Reporting issues
1313

14-
Issues have to be reported on our [[https://github.com/rust-github/rust-gh-example/issues][issues tracker]]. Please:
14+
Issues have to be reported on our [issue tracker][issue-tracker]. Please:
1515

1616
- Check that the issue has not already been reported.
17-
- This can be achieved by searching keywords on the [[https://github.com/rust-github/rust-gh-example/issues][issues tracker]].
17+
- This can be achieved by searching keywords on the [issue tracker][issue-tracker].
1818
- Try to use a clear title, and describe your problem with complete sentences.
1919

20+
[issue-tracker]: https://github.com/rust-github/rust-gh-example/issues
21+
2022
## Pull requests
2123

2224
Try to do one pull request per change.
2325

2426
### Updating the changelog
2527

2628
Update the changes you have made in
27-
[CHANGELOG](https://github.com/rust-github/rust-gh-example/blob/master/CHANGELOG.org)
29+
[CHANGELOG](https://github.com/rust-github/rust-gh-example/blob/master/CHANGELOG.md)
2830
file under the **Unreleased** section.
2931

3032
Add the changes of your pull request to one of the following subsections,
3133
depending on the types of changes defined by
32-
[[https://keepachangelog.com/en/1.0.0/][Keep a changelog]]:
34+
[Keep a changelog](https://keepachangelog.com/en/1.0.0/):
3335

3436
- `Added` for new features.
3537
- `Changed` for changes in existing functionality.

0 commit comments

Comments
 (0)