We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1894cb1 commit 28861bdCopy full SHA for 28861bd
1 file changed
src/jsonid/jsonid.py
@@ -100,7 +100,7 @@ def main() -> None:
100
parser = argparse.ArgumentParser(
101
prog="jsonid",
102
description="proof-of-concept identifier for JSON objects on disk based on identifying valid objects and their key-values",
103
- epilog="for more information visit https://github.com/ffdev-info/json-id",
+ epilog="for more information visit https://github.com/ffdev-info/jsonid",
104
)
105
parser.add_argument(
106
"--debug",
0 commit comments