File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Git Naming Convention
2
2
List of covered sections:
3
- * [ Branch Naming] ( ../git/branch-naming.html )
3
+ * [ Branch Naming] ( ../git/branch-naming.md )
4
4
* [ 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 )
6
6
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 ) .
Original file line number Diff line number Diff line change 1
1
# Java Naming Convention
2
2
List of covered sections:
3
- * [ Class Naming] ( ../java/class-naming.html )
3
+ * [ Class Naming] ( ../java/class-naming.md )
4
4
* [ 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 )
9
9
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 ) .
Original file line number Diff line number Diff line change 1
1
# PHP Naming Convention
2
2
List of covered sections:
3
- * [ Class Naming] ( ../php/class-naming.html )
3
+ * [ Class Naming] ( ../php/class-naming.md )
4
4
* [ 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 )
9
9
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 ) .
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ List of covered sections:
9
9
* [ Method Naming] ( ../vuejs/method-naming.md )
10
10
* [ Variable Naming] ( ../vuejs/variable-naming.md )
11
11
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 ) .
You can’t perform that action at this time.
0 commit comments