We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f53965 commit 778d520Copy full SHA for 778d520
1 file changed
src/vcf_generator_lite/__main__.py
@@ -25,7 +25,7 @@ def main():
25
enable_dpi_aware()
26
27
logging.info("Starting VCF Generator...")
28
- print(f"💡Tip: The source code is hosted at {constants.URL_REPORT}")
+ print(f"💡Tip: The source code is hosted at {constants.URL_REPOSITORY}")
29
30
main_window, _ = create_main_window()
31
main_window.mainloop()
0 commit comments