Skip to content

Commit f8b3cca

Browse files
committed
fix data paths
1 parent dbf9ef1 commit f8b3cca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

data/2024Q4/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ The data used to generate this report is available in that repository at the fol
144144

145145
| Resource | Location |
146146
| --------------- | -------- |
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) |
150150

151151
[repo]: https://github.com/creativecommons/quantifying
152152

scripts/3-report/notes.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ def data_locations(args):
8686
"\n"
8787
" | Resource | Location |\n"
8888
" | --------------- | -------- |\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"
9292
"\n"
9393
"[repo]: https://github.com/creativecommons/quantifying\n",
9494
)

0 commit comments

Comments
 (0)