about summary refs log tree commit diff
path: root/readme.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-11-06 05:53:11 -0600
committergennyble <gen@nyble.dev>2023-11-06 05:53:11 -0600
commit3d3b158e05892b4d05e9f584494f258a77a30d74 (patch)
tree72d973dfb55b9e7fe0ff4f93f5ca1670dc636cef /readme.md
parentf1d0e5edd4a7bf8f4bf068404e0ec7d6fb455741 (diff)
downloadwhenwasit-3d3b158e05892b4d05e9f584494f258a77a30d74.tar.gz
whenwasit-3d3b158e05892b4d05e9f584494f258a77a30d74.zip
actually correctly link readme links
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 2ba4158..1fba61d 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](:.whenwasit-ignore)
+the one whenwasit was given. See [.whenwasit-ignore](../tree/.whenwasit-ignore)
 as an example.
 
 For an example on how you might use whenwasit as a git hook, see
-[pre-commit](:pre-commit). It runs whenwasit before commit,
-makes the file [times.csv](:tree/times.csv), and adds it to the commit.
+[pre-commit](../tree/pre-commit). It runs whenwasit before commit,
+makes the file [times.csv](../tree/tree/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.