Skip to content

Commit 7694faa

Browse files
authored
Fix links to documentation (#1323)
1 parent f4d8e8b commit 7694faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xcp_d/cli/parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _build_parser():
120120
help=(
121121
"A JSON file describing custom BIDS input filters using PyBIDS. "
122122
"For further details, please check out "
123-
"https://xcp_d.readthedocs.io/en/"
123+
"https://xcp-d.readthedocs.io/en/"
124124
f"{currentv.base_version if is_release else 'latest'}/usage.html#"
125125
"filtering-inputs-with-bids-filter-files"
126126
),
@@ -749,7 +749,7 @@ def _build_parser():
749749
f"""\
750750
You are using XCP-D v{currentv}, and a newer version of XCP-D is available: v{latest}.
751751
Please check out our documentation about how and when to upgrade:
752-
https://xcp_d.readthedocs.io/en/latest/faq.html#upgrading""",
752+
https://xcp-d.readthedocs.io/en/latest/faq.html#upgrading""",
753753
file=sys.stderr,
754754
)
755755

0 commit comments

Comments
 (0)