From a7bdd2397efbd8e3d8304f1c89f144d39c9ca6db Mon Sep 17 00:00:00 2001 From: "Soren I. Bjornstad" Date: Tue, 21 Sep 2021 12:44:53 -0500 Subject: [PATCH] fix bad URL to license --- tzk/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tzk/__main__.py b/tzk/__main__.py index 1ac3e7a..bd334a9 100644 --- a/tzk/__main__.py +++ b/tzk/__main__.py @@ -402,7 +402,7 @@ def launch(): parser = argparse.ArgumentParser( description=f"TiddlyZettelKasten {TZK_VERSION} CLI\n" f"Copyright (c) 2021 Soren Bjornstad.\n" - f"MIT license; see https://github.com/sobjornstad/tzk/LICENSE for details.", + f"MIT license; see https://github.com/sobjornstad/tzk/blob/master/LICENSE for details.", epilog="For full documentation, see https://tzk.readthedocs.io/en/latest/.", formatter_class=argparse.RawDescriptionHelpFormatter )