Skip to content

Commit 13424a0

Browse files
committed
move md to docs folder.
1 parent a5d37c2 commit 13424a0

8 files changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Additionally, IBM, Amazon, Alibaba, Microsoft, RedHat have maintained their own
2626

2727
The long-waiting Java 9 adds plenty of new features, including the controversial Java Platform Module System, the new Flow API(as Java built-in Reactive Stream implementation), and numerous language improvements.
2828

29-
* [JShell](./jshell.md)
30-
* [Immutable Collections](./immutable-collections.md)
29+
* [JShell](./docs/jshell.md)
30+
* [Immutable Collections](./docs/immutable-collections.md)
3131
* Java Module System
3232
* Java Flow API - The ReactiveStream adopting
3333

@@ -45,14 +45,14 @@ The long-waiting Java 9 adds plenty of new features, including the controversial
4545

4646
### Java 13
4747

48-
* [Pattern matching with *switch*](./pattern-matching.md)
49-
* [Text block](./text-block.md)
48+
* [Pattern matching with *switch*](./docs/pattern-matching.md)
49+
* [Text block](./docs/text-block.md)
5050

5151
### Java 14
5252

53-
* [Instanceof Pattern Matching](./instanceof-pattern-matching.md)
54-
* [Helpful NPE Exception Messages](./helpful-npe.md)
55-
* [Record](./record.md)
53+
* [Instanceof Pattern Matching](./docs/instanceof-pattern-matching.md)
54+
* [Helpful NPE Exception Messages](./docs/helpful-npe.md)
55+
* [Record](./docs/record.md)
5656

5757
## References
5858

helpful-npe.md docs/helpful-npe.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

jshell.md docs/jshell.md

File renamed without changes.
File renamed without changes.

record.md docs/record.md

File renamed without changes.

text-block.md docs/text-block.md

File renamed without changes.

0 commit comments

Comments
 (0)