Skip to content

Commit 28861bd

Browse files
committed
Fix jsonid url
1 parent 1894cb1 commit 28861bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jsonid/jsonid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def main() -> None:
100100
parser = argparse.ArgumentParser(
101101
prog="jsonid",
102102
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",
103+
epilog="for more information visit https://github.com/ffdev-info/jsonid",
104104
)
105105
parser.add_argument(
106106
"--debug",

0 commit comments

Comments
 (0)