Skip to content

Commit 338fe95

Browse files
committed
Fix links
1 parent 3394ce2 commit 338fe95

File tree

1 file changed

+5
-3
lines changed
  • java-17/manual/few-modules/separately/no-deps

1 file changed

+5
-3
lines changed

Diff for: java-17/manual/few-modules/separately/no-deps/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
---
77
Modules (declared via `module-info.java`):
88
- `manual.fewmodules.separately.nodeps.loading`:
9-
- [`Main`](loading/src/ru/ispras/j17/manual/fewmodules/separately/withdeps/loading/Main.java) - a class containing the `main` method, where an instance of the `CustomClassLoader` class is created, the `Cat` class is loaded using it, creating an instance of the class `Cat` and calling the `Cat::talk` method;
10-
- [`CustomClassLoader`](loading/src/ru/ispras/j17/manual/fewmodules/separately/withdeps/loading/CustomClassLoader.java) - a class that is an implementation of a custom class loader;
9+
- [`Main`](loading/src/ru/ispras/j17/manual/fewmodules/separately/nodeps/loading/Main.java) - a class
10+
containing the `main` method, where an instance of the `CustomClassLoader` class is created, the `Cat` class is loaded using it, creating an instance of the class `Cat` and calling the `Cat::talk` method;
11+
- [`CustomClassLoader`](loading/src/ru/ispras/j17/manual/fewmodules/separately/nodeps/loading/CustomClassLoader.java) - a class that is an implementation of a custom class loader;
1112
- `manual.fewmodules.separately.nodeps.loadable`:
12-
- [`Cat`](loadable/src/ru/ispras/j17/manual/fewmodules/separately/withdeps/loadable/Cat.java) - loadable class with the `talk` method, which prints the string *"Meow"* to `stdout`.
13+
- [`Cat`](loadable/src/ru/ispras/j17/manual/fewmodules/separately/nodeps/loadable/Cat.java) - loadable class with
14+
the `talk` method, which prints the string *"Meow"* to `stdout`.
1315

1416
### Run
1517
---

0 commit comments

Comments
 (0)