Skip to content

Commit 09ee1f1

Browse files
committed
docs: point cwl-docker-extract link at cwl-utils readthedocs (#1537)
Per review feedback, link to the stable cwl-utils documentation page (https://cwl-utils.readthedocs.io/en/latest/#cwl-docker-extract) instead of the GitHub README anchor.
1 parent e515e62 commit 09ee1f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cwltool/argparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def arg_parser() -> argparse.ArgumentParser:
6868
f"directory path to find already downloaded Singularity images; "
6969
f"[{bt}]dockerFile[/] images will also be searched for and stored here. "
7070
f"Images can be pre-pulled into this directory using "
71-
f"[link=https://github.com/common-workflow-language/cwl-utils#pull-the-all-referenced-software-container-images]cwl-docker-extract[/] from cwl-utils",
71+
f"[link=https://cwl-utils.readthedocs.io/en/latest/#cwl-docker-extract]cwl-docker-extract[/] from cwl-utils",
7272
)
7373
env_table.add_env(
7474
"ORCID",

0 commit comments

Comments
 (0)