Fix broken coverart image link in README.md

This commit is contained in:
John Kerl 2021-11-04 12:44:25 -04:00
parent dd93aa49f9
commit df84a8a34d
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

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