about summary refs log tree commit diff
path: root/readme.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-12-25 18:55:15 -0600
committergennyble <gen@nyble.dev>2023-12-25 18:55:15 -0600
commit75868a74908a0e5e8c50e3acea53165001ffb4c1 (patch)
tree9002403a202fbe736328021d5dc11ac53fab638b /readme.md
parent6dce0d2ed851136af616dda154b92b1f05df627f (diff)
downloadwhenwasit-75868a74908a0e5e8c50e3acea53165001ffb4c1.tar.gz
whenwasit-75868a74908a0e5e8c50e3acea53165001ffb4c1.zip
readme paths
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index c50fd7b..30186b2 100644
--- a/readme.md
+++ b/readme.md
@@ -11,12 +11,12 @@ Use the `--format` flag *(`-f`)* to switch between outputting
 `json` or `csv`. the default is `csv`.
 
 The flag `--ignore` can be used to ignore paths relative to
-the one whenwasit was given. See [.whenwasit-ignore](../tree/.whenwasit-ignore)
+the one whenwasit was given. See [.whenwasit-ignore](whenwasit-ignore)
 as an example.
 
 For an example on how you might use whenwasit as a git hook, see
-[pre-commit](../tree/pre-commit). It runs whenwasit before commit,
-makes the file [times.csv](../tree/times.csv), and adds it to the commit.
+[pre-commit](pre-commit). It runs whenwasit before commit,
+makes the file [times.csv](times.csv), and adds it to the commit.
 
 **CSV Output Definition:**  
 because there are varying ways to make a CSV, it's described in detail below.