Skip to content

Commit e3db8e6

Browse files
committed
📝 Fix a few links
1 parent 21d3e3e commit e3db8e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_sources/user/appendix.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ A Note About the \*nix Command Line
4040

4141
Overview
4242
--------
43-
If you are using Ubuntu (version 12/14) you can download and run `cpac_install.sh <https://github.com/FCP-INDI/C-PAC/blob/master/scripts/cpac_install.sh?raw=true>`__ with the following terminal commands as root:
43+
If you are using Ubuntu (version 12/14) you can download and run `cpac_install.sh <https://github.com/FCP-INDI/C-PAC/blob/master/cpac_install.sh?raw=true>`__ with the following terminal commands as root:
4444

4545
.. code-block:: console
4646
47-
wget https://github.com/FCP-INDI/C-PAC/blob/master/scripts/cpac_install.sh?raw=true
47+
wget https://github.com/FCP-INDI/C-PAC/blob/master/cpac_install.sh?raw=true
4848
mv cpac_install.sh?raw=true cpac_install.sh
4949
chmod +x cpac_install.sh
5050
sudo ./cpac_install.sh -r

docs/_sources/user/release_notes/v1.0.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Version 1.0.2 Beta - 2017.11.03
55

66
#. Users can now select which Framewise Displacement (FD) calculation to use (Jenkinson's or Power's) when applying the motion threshold for either Scrubbing or De-Spiking.
77

8-
#. Scrubbing has been moved to the Nuisance Regression tab in the GUI's pipeline configuration editor. The pipeline configuration YAML keys have changed for scrubbing settings. See the `User Guide Nuisance Regression page <http://fcp-indi.github.io/docs/user/nuisance.html#configuration-without-the-gui>`__ and the `sample pipeline configuration file <https://github.com/FCP-INDI/C-PAC/blob/master/configs/pipeline_config.yml#L335>`__ for more details.
8+
#. Scrubbing has been moved to the Nuisance Regression tab in the GUI's pipeline configuration editor. The pipeline configuration YAML keys have changed for scrubbing settings. See the `User Guide Nuisance Regression page <http://fcp-indi.github.io/docs/user/nuisance.html#configuration-without-the-gui>`__ and the `sample pipeline configuration file <https://github.com/FCP-INDI/C-PAC/blob/v1.0.2/configs/pipeline_config.yml#L335>`__ for more details.
99

1010
#. Re-introduced the ability to stop pipeline runs easily from the GUI.
1111

0 commit comments

Comments
 (0)