Skip to content

Commit f2245f3

Browse files
authored
update: Fix link casing for coding style guide
Updated the link to the coding style guide to use the correct casing.
1 parent 90d6071 commit f2245f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We love pull requests from everyone.
44

55
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
66

7-
Please note we have a [coding style guide](../docs/coding_style.md), please follow it in all your interactions with the project.
7+
Please note we have a [coding style guide](../docs/CODING_STYLE.md), please follow it in all your interactions with the project.
88

99
1. Fork, then clone the repo
1010

@@ -25,7 +25,7 @@ Please note we have a [coding style guide](../docs/coding_style.md), please foll
2525

2626
__Some things that will increase the chance that your pull request is accepted__
2727

28-
* Follow our [coding style guide](../docs/coding_style.md).
28+
* Follow our [coding style guide](../docs/CODING_STYLE.md).
2929
* Write a good commit message.
3030

3131
# Branch Naming Conventions
@@ -99,4 +99,4 @@ The structure and design conventions are based mainly on the “Conventional Bra
9999

100100
# Bibliography
101101
[1] “Conventional Branch,” Conventional Branch, 2025. https://conventional-branch.github.io/ (accessed 2025).</br>
102-
[2] “Conventional Commits,” Conventional Commits. https://www.conventionalcommits.org/en/v1.0.0/ (accessed 2025).
102+
[2] “Conventional Commits,” Conventional Commits. https://www.conventionalcommits.org/en/v1.0.0/ (accessed 2025).

0 commit comments

Comments
 (0)