File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ The data used to generate this report is available in that repository at the fol
144
144
145
145
| Resource | Location |
146
146
| --------------- | -------- |
147
- | Fetched data: | [ ` ../ 1-fetch/` ] ( ../ 1-fetch) |
148
- | Processed data: | [ ` ../ 2-process/` ] ( ../ 2-process) |
149
- | Report data: | [ ` ../2 -report/` ] ( ../2 -report) |
147
+ | Fetched data: | [ ` 1-fetch/ ` ] ( 1-fetch ) |
148
+ | Processed data: | [ ` 2-process/ ` ] ( 2-process ) |
149
+ | Report data: | [ ` 3 -report/` ] ( 3 -report) |
150
150
151
151
[ repo ] : https://github.com/creativecommons/quantifying
152
152
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ def data_locations(args):
86
86
"\n "
87
87
" | Resource | Location |\n "
88
88
" | --------------- | -------- |\n "
89
- " | Fetched data: | [`../ 1-fetch/`](../ 1-fetch) |\n "
90
- " | Processed data: | [`../ 2-process/`](../ 2-process) |\n "
91
- " | Report data: | [`../2 -report/`](../2 -report) |\n "
89
+ " | Fetched data: | [`1-fetch/`](1-fetch) |\n "
90
+ " | Processed data: | [`2-process/`](2-process) |\n "
91
+ " | Report data: | [`3 -report/`](3 -report) |\n "
92
92
"\n "
93
93
"[repo]: https://github.com/creativecommons/quantifying\n " ,
94
94
)
You can’t perform that action at this time.
0 commit comments