Skip to content

Commit a685ddf

Browse files
committed
♻️ Changing the extensions to make it consistent
1 parent a2ef33c commit a685ddf

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

git/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Git Naming Convention
22
List of covered sections:
3-
* [Branch Naming](../git/branch-naming.html)
3+
* [Branch Naming](../git/branch-naming.md)
44
* [Commit Message Naming](../java/commit-message-naming.md)
5-
* [Pull Request Naming](../java/pull-request-naming.html)
5+
* [Pull Request Naming](../java/pull-request-naming.md)
66

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

java/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Java Naming Convention
22
List of covered sections:
3-
* [Class Naming](../java/class-naming.html)
3+
* [Class Naming](../java/class-naming.md)
44
* [Constant Naming](../java/constant-naming.md)
5-
* [Interface Naming](../java/interface-naming.html)
6-
* [Method Naming](../java/method-naming.html)
7-
* [Package Naming](../java/package-naming.html)
8-
* [Variable Naming](../java/variable-naming.html)
5+
* [Interface Naming](../java/interface-naming.md)
6+
* [Method Naming](../java/method-naming.md)
7+
* [Package Naming](../java/package-naming.md)
8+
* [Variable Naming](../java/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).

php/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# PHP Naming Convention
22
List of covered sections:
3-
* [Class Naming](../php/class-naming.html)
3+
* [Class Naming](../php/class-naming.md)
44
* [Constant Naming](../php/constant-name.md)
5-
* [Interface Naming](../php/interface-naming.html)
6-
* [Method Naming](../php/method-naming.html)
7-
* [Variable Naming](../php/variable-naming.html)
8-
* [Namespaces Naming](../php/namespaces-naming.html)
5+
* [Interface Naming](../php/interface-naming.md)
6+
* [Method Naming](../php/method-naming.md)
7+
* [Variable Naming](../php/variable-naming.md)
8+
* [Namespaces Naming](../php/namespaces-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).

vuejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ List of covered sections:
99
* [Method Naming](../vuejs/method-naming.md)
1010
* [Variable Naming](../vuejs/variable-naming.md)
1111

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

0 commit comments

Comments
 (0)