Skip to content

Commit 7fe6e40

Browse files
committed
fix readme exercise links
1 parent 1e0ae72 commit 7fe6e40

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Can perfom all functions like a root user on Linux OS.
7575

7676
### Account
7777

78-
An accounts belongs to a user and contain money under given currency.
78+
Belongs to an user and contains amount in a given currency.
7979

8080
### Mix Tasks
8181

@@ -507,9 +507,9 @@ _Guidelines:_
507507
3. When a client spent N points there are transfered to an entity acount to control the amount of spent points.
508508

509509
How we implement this with _points_?
510-
You can see the exercise resolution in an executable scenario in [scripts/exercise_1](scripts/exercise_1) script. You must execute next command to run the exercise:
510+
You can see the exercise resolution in an executable scenario in [scripts/exercises/exercise_1](exercise_1) script. You must execute next command to run the exercise:
511511
```bash
512-
$ bash scripts/exercise_1
512+
$ bash scripts/exercises/exercise_1
513513
```
514514

515515
##### Exercise 2: Share points between A and B companies
@@ -525,9 +525,9 @@ _Guidelines:
525525
3. Then a client spent N points there are transfered to an entity acount to control the amount of spent points.
526526

527527
How we implement this with _points_?
528-
You can see the exercise resolution in an executable scenario in [scripts/exercise_2](scripts/exercise_2) script. You must execute next command to run the exercise:
528+
You can see the exercise resolution in an executable scenario in [scripts/exercises/exercise_2](exercise_2) script. You must execute next command to run the exercise:
529529
```bash
530-
$ bash scripts/exercise_2
530+
$ bash scripts/exercises/exercise_1
531531
```
532532

533533
##### Exercise 3: X company offer buy with points that belong to Y company clients.

0 commit comments

Comments
 (0)