File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def _build_parser():
120
120
help = (
121
121
"A JSON file describing custom BIDS input filters using PyBIDS. "
122
122
"For further details, please check out "
123
- "https://xcp_d .readthedocs.io/en/"
123
+ "https://xcp-d .readthedocs.io/en/"
124
124
f"{ currentv .base_version if is_release else 'latest' } /usage.html#"
125
125
"filtering-inputs-with-bids-filter-files"
126
126
),
@@ -749,7 +749,7 @@ def _build_parser():
749
749
f"""\
750
750
You are using XCP-D v{ currentv } , and a newer version of XCP-D is available: v{ latest } .
751
751
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""" ,
753
753
file = sys .stderr ,
754
754
)
755
755
You can’t perform that action at this time.
0 commit comments