mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Join docs wrong link (#1695)
* Fix join-docs link in online help * run `make dev` and commit the artifacts
This commit is contained in:
parent
07c896833c
commit
05aa16cfcf
7 changed files with 12 additions and 12 deletions
|
|
@ -130,7 +130,7 @@ func transformerJoinUsage(
|
|||
fmt.Fprintf(o, "expected to be headerless as well unless you put '--no-implicit-csv-header' after 'join'.\n")
|
||||
fmt.Fprintf(o, "Please use \"%s --usage-separator-options\" for information on specifying separators.\n",
|
||||
"mlr")
|
||||
fmt.Fprintf(o, "Please see https://miller.readthedocs.io/en/latest/reference-verbs.html#join for more information\n")
|
||||
fmt.Fprintf(o, "Please see https://miller.readthedocs.io/en/latest/reference-verbs#join for more information\n")
|
||||
fmt.Fprintf(o, "including examples.\n")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue