Skip to content

Commit a32b50a

Browse files
committed
🐛 Fixing broken link
1 parent bb5e64d commit a32b50a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* [Interface Naming](csharp/interface-naming.md)
1212
* [Method Naming](csharp/method-naming.md)
1313
* [Variable Naming](csharp/variable-naming.md)
14+
* [Namespaces Naming](csharp/namespaces-naming.md)
1415
* [Git](git/README.md)
1516
* [Branch Naming](git/branch-naming.md)
1617
* [Commit Message Naming](git/commit-message-naming.md)

csharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ List of covered sections:
66
* [Interface Naming](../csharp/interface-naming.md)
77
* [Method Naming](../csharp/method-naming.md)
88
* [Variable Naming](../csharp/variable-naming.md)
9-
* [Namespace Naming](../csharp/namespace-naming.md)
9+
* [Namespace Naming](../csharp/namespaces-naming.md)
1010

1111
Missing something? Please contribute here by reading [this guide](../docs/CONTRIBUTING.md).
File renamed without changes.

0 commit comments

Comments
 (0)