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=""