Skip to content

Commit 914c001

Browse files
committed
update docs
1 parent 2d070dd commit 914c001

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ OPTIONS:
380380
## Python scripts
381381
382382
Use an updated version of `python3` and either create a venv or just install the dependencies from the
383-
`requirements.txt` file inside the `/scripts/python` folder.
383+
`requirements.txt` file inside the `/catalyst-toolbox/scripts/python` folder.
384384
385385
#### Calculate proposers rewards
386386

catalyst-toolbox/doc/rewards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ There are 2 (two) main input files needed for calculating the community advisors
7575
1. Proposers reward result output file (approved proposals): We need this to check which of the proposals were approved.
7676
Notice that the proposers rewards script output is per challenge. So in order to use it we need to aggregate all the csv
7777
into a single file (same headers, order is irrelevant). For this we can use the
78-
[`csv_merger.py`](https://github.com/input-output-hk/catalyst-toolbox/blob/main/scripts/python/csv_merger.py) script,
78+
[`csv_merger.py`](https://github.com/input-output-hk/catalyst-toolbox/blob/main/catalyst-toolbox/scripts/python/csv_merger.py) script,
7979
or any other handier tool.
8080
2.Assessments csv (assessments): This is a file that comes from the community. It holds the information with the reviews performed
8181
by the CAs.
@@ -104,4 +104,4 @@ For that we just need to know the amount of rewards done by each veteran:
104104

105105
### Output
106106

107-
A csv with pairs of anonymize veteran CA ids and the amount of the reward, `veteran_id -> total_rewards`.
107+
A csv with pairs of anonymize veteran CA ids and the amount of the reward, `veteran_id -> total_rewards`.

0 commit comments

Comments
 (0)