Skip to content

Commit e41d829

Browse files
Fix module links in README.md to correct folder naming conventions
1 parent 3074a27 commit e41d829

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ A comprehensive reference guide covering essential Java concepts needed to maste
77
This guide is organized into focused modules, each covering key Java concepts essential for Spring development:
88

99
### Core Language Modules
10-
- [Module 1: Object-Oriented Programming](./module1-oop/README.md)
11-
- [Module 2: Collections Framework](./module2-collections/README.md)
12-
- [Module 3: Exception Handling](./module3-exceptions/README.md)
13-
- [Module 4: Generics & Type Safety](./module4-generics/README.md)
14-
- [Module 5: Functional Programming](./module5-functional/README.md)
10+
- [Module 1: Object-Oriented Programming](./module01-oop/README.md)
11+
- [Module 2: Collections Framework](./module02-collections/README.md)
12+
- [Module 3: Exception Handling](./module03-exceptions/README.md)
13+
- [Module 4: Generics & Type Safety](./module04-generics/README.md)
14+
- [Module 5: Functional Programming](./module05-functional/README.md)
1515

1616
### Advanced Concepts
17-
- [Module 6: Reflection & Annotations](./module6-reflection/README.md)
18-
- [Module 7: Concurrency & Threading](./module7-concurrency/README.md)
19-
- [Module 8: I/O & Serialization](./module8-io/README.md)
20-
- [Module 9: Design Patterns](./module9-patterns/README.md)
17+
- [Module 6: Reflection & Annotations](./module06-reflection/README.md)
18+
- [Module 7: Concurrency & Threading](./module07-concurrency/README.md)
19+
- [Module 8: I/O & Serialization](./module08-io/README.md)
20+
- [Module 9: Design Patterns](./module09-patterns/README.md)
2121
- [Module 10: JVM & Memory Management](./module10-jvm/README.md)
2222

2323
### Spring Prerequisites

0 commit comments

Comments
 (0)