Skip to content

Commit 53e0195

Browse files
authored
Merge pull request #20 from naming-convention/dev
Fixing markdown links
2 parents 74de6d7 + 68aeb2e commit 53e0195

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ We accept recommendations from all enthusiastic who care about the quality. The
88
[![Join the chat at https://gitter.im/naming_convention/community](https://badges.gitter.im/JoinChat.svg)](https://gitter.im/naming_convention/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
99

1010
## Naming Convention topic list:
11-
* [C#](../csharp/)
12-
* [Git](../git/)
13-
* [Java](../java/)
14-
* [PHP](../php/)
15-
* [Python](../python/)
16-
* [VueJS](../vuejs/)
11+
* [C#](/csharp/)
12+
* [Git](/git/)
13+
* [Java](/java/)
14+
* [PHP](/php/)
15+
* [Python](/python/)
16+
* [VueJS](/vuejs/)
1717

1818
## Contributions
1919
This project exists thanks to all our contributors:
2020
{% GitHubContributors %}
2121
{% endGitHubContributors %}
2222

23-
Help us create the better conventions with your contributions. Simply read our [Contribution Guide](https://namingconvention.org/docs/CONTRIBUTING.html) and get started!
23+
Help us create the better conventions with your contributions. Simply read our [Contribution Guide](https://namingconvention.org/docs/CONTRIBUTING.md) and get started!

csharp/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# C# Naming Convention
22
List of covered sections:
3-
* [Argument Naming](../csharp/argument-naming.html)
3+
* [Argument Naming](../csharp/argument-naming.md)
44
* [Class Naming](../csharp/class-naming.md)
5-
* [Enum Naming](../csharp/enum-naming.html)
6-
* [Interface Naming](../csharp/interface-naming.html)
7-
* [Method Naming](../csharp/method-naming.html)
8-
* [Variable Naming](../csharp/variable-naming.html)
5+
* [Enum Naming](../csharp/enum-naming.md)
6+
* [Interface Naming](../csharp/interface-naming.md)
7+
* [Method Naming](../csharp/method-naming.md)
8+
* [Variable Naming](../csharp/variable-naming.md)
99

10-
Missing something? Please contribute here by reading [this guide](../docs/CONTRIBUTING.html).
10+
Missing something? Please contribute here by reading [this guide](../docs/CONTRIBUTING.md).

docs/lexicon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ Dotted Case (or illustratively as dotted.case) is a writing convention to create
3535

3636
Example: ```java.util.collections```
3737

38-
Missing something? Please contribute by reading [this guide](../docs/CONTRIBUTING.html).
38+
Missing something? Please contribute by reading [this guide](../docs/CONTRIBUTING.md).
3939

4040

0 commit comments

Comments
 (0)