Join docs wrong link (#1695)

* Fix join-docs link in online help

* run `make dev` and commit the artifacts
This commit is contained in:
John Kerl 2024-10-17 09:11:03 -04:00 committed by GitHub
parent 07c896833c
commit 05aa16cfcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 12 deletions

View file

@ -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")
}