@@ -189,7 +189,7 @@ echo ":warning: Your fork is public, please make it private!" > visibility.md
| ./send_feedback.py --template visibility.md
```
> Note: `jq` is a tool to process JSON data. It can be used to reformat or filter the output of `collect_forks.py` in many ways. A number of useful one liners are [shown here](./oneliners.md).
> Note: `jq` is a tool to process JSON data. It can be used to reformat or filter the output of `collect_forks.py` in many ways. A number of useful one liners are [shown here](./docs/oneliners.md).
</details>
...
...
@@ -200,4 +200,4 @@ Testing is done with `pytest --doctest-modules` and can be run with `make test`.
## License
These scripts are provided under the [MIT license](./LICENSE).
\ No newline at end of file
These scripts are provided under the [MIT license](./LICENSE).