Skip to content

Commit

Permalink
Fix links to documentation (PennLINC#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Nov 13, 2024
1 parent f4d8e8b commit 7694faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcp_d/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _build_parser():
help=(
"A JSON file describing custom BIDS input filters using PyBIDS. "
"For further details, please check out "
"https://xcp_d.readthedocs.io/en/"
"https://xcp-d.readthedocs.io/en/"
f"{currentv.base_version if is_release else 'latest'}/usage.html#"
"filtering-inputs-with-bids-filter-files"
),
Expand Down Expand Up @@ -749,7 +749,7 @@ def _build_parser():
f"""\
You are using XCP-D v{currentv}, and a newer version of XCP-D is available: v{latest}.
Please check out our documentation about how and when to upgrade:
https://xcp_d.readthedocs.io/en/latest/faq.html#upgrading""",
https://xcp-d.readthedocs.io/en/latest/faq.html#upgrading""",
file=sys.stderr,
)

Expand Down

0 comments on commit 7694faa

Please sign in to comment.