Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guide/common/vanadium_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
"id": "22",
"metadata": {},
"source": [
"The resulting data array `incoherent` can be saved and used in the main workflow [POWGEN_data_reduction](./POWGEN_data_reduction.rst) to replace `FocussedDataDspacing[VanadiumRun]`."
"The resulting data array `incoherent` can be saved and used in the main workflow [POWGEN_data_reduction](../sns-instruments/POWGEN_data_reduction.rst) to replace `FocussedDataDspacing[VanadiumRun]`."
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/dream/dream-advanced-powder-reduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"The basic notebook sums over all detector voxels and produces a 1D curve.\n",
"Here, we instead bin by scattering angle $2\\theta$.\n",
"\n",
"First, define the same workflow as in the [basic example](./dream-data-reduction.rst#create_and_configure_the_workfow):"
"First, define the same workflow as in the [basic example](./dream-powder-reduction.rst#create_and_configure_the_workfow):"
]
},
{
Expand Down Expand Up @@ -151,7 +151,7 @@
"source": [
"## Alternative run normalizations\n",
"\n",
"The [basic example](./dream-data-reduction.rst) normalizes the detector data by a monitor that was histogrammed in wavelength.\n",
"The [basic example](./dream-powder-reduction.rst) normalizes the detector data by a monitor that was histogrammed in wavelength.\n",
"ESSdiffraction provides some alternatives.\n",
"\n",
"### Normalize by integrated monitor\n",
Expand Down
Loading