Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a33759f

Browse files
committedMay 28, 2017
fix readme exercise links
1 parent 1e0ae72 commit a33759f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
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,7 +507,7 @@ _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](scripts/exercises/exercise_1) script. You must execute next command to run the exercise:
511511
```bash
512512
$ bash scripts/exercise_1
513513
```
@@ -525,7 +525,7 @@ _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](scripts/exercises/exercise_2) script. You must execute next command to run the exercise:
529529
```bash
530530
$ bash scripts/exercise_2
531531
```

0 commit comments

Comments
 (0)
Please sign in to comment.