From df84a8a34de510b9ebc456d6bfa3e229b29efd08 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Thu, 4 Nov 2021 12:44:25 -0400 Subject: [PATCH] Fix broken coverart image link in README.md --- README.md | 2 +- build-go-src-test-man-doc.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4902ba6ab..69ba0893c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ positionally-indexed. Then, on the fly, you can add new fields which are functions of existing fields, drop fields, sort, aggregate statistically, pretty-print, and more. -![cover-art](./docs/coverart/cover-combined.png) +![cover-art](./docs/src/coverart/cover-combined.png) * Miller operates on **key-value-pair data** while the familiar Unix tools operate on integer-indexed fields: if the natural data structure for diff --git a/build-go-src-test-man-doc.sh b/build-go-src-test-man-doc.sh index c5b96f511..ca7b56cc2 100644 --- a/build-go-src-test-man-doc.sh +++ b/build-go-src-test-man-doc.sh @@ -6,11 +6,11 @@ # go test # man: # creates manpage mlr.1 and manpage.txt using mlr from the $PATH -# copies the latter to docs6/src +# copies the latter to docs/src # also copies it out-of-tree to ~/man/man1, but only if that exists # docs: # turn *.md.in into *.md (live code samples), using mlr from the $PATH -# turn *.md into docs6/site HTML and CSS files +# turn *.md into docs/site HTML and CSS files export TZ=""