From a9c0870bbc57b70930db8a8b6cf164aac63e18c5 Mon Sep 17 00:00:00 2001 From: Harry Jeffery <henry.jeffery@stfc.ac.uk> Date: Fri, 1 May 2015 15:47:05 +0100 Subject: [PATCH] Refs #11680 Fix dead links in IntegratePeaksUsingClusters-v1.rst --- .../source/algorithms/IntegratePeaksUsingClusters-v1.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Code/Mantid/docs/source/algorithms/IntegratePeaksUsingClusters-v1.rst b/Code/Mantid/docs/source/algorithms/IntegratePeaksUsingClusters-v1.rst index 8cd1fce1229..1d6e1510eee 100644 --- a/Code/Mantid/docs/source/algorithms/IntegratePeaksUsingClusters-v1.rst +++ b/Code/Mantid/docs/source/algorithms/IntegratePeaksUsingClusters-v1.rst @@ -12,8 +12,8 @@ Description Integrates arbitary shaped single crystal peaks defined on an :ref:`MDHistoWorkspace <MDHistoWorkspace>` using connected component analysis to determine regions of interest around each peak of the -`PeaksWorkspace <http://www.mantidproject.org/PeaksWorkspace>`_. The output is an integrated -`PeaksWorkspace <http://www.mantidproject.org/PeaksWorkspace>`_ as well as an image containing the +:ref:`PeaksWorkspace <PeaksWorkspace>`. The output is an integrated +:ref:`PeaksWorkspace <PeaksWorkspace>` as well as an image containing the labels assigned to each cluster for diagnostic and visualisation purposes. @@ -69,7 +69,7 @@ the detector/TOF space is no longer accessible. No Cluster Corresponding to Peak ################################ -This is because the input `PeaksWorkspace <http://www.mantidproject.org/PeaksWorkspace>`_ has peaks +This is because the input :ref:`PeaksWorkspace <PeaksWorkspace>` has peaks that do not align with peaks in the image. The error could either be on the side of the input PeaksWorkspace (spurious peaks), or of the :ref:`MDHistoWorkspace <MDHistoWorkspace>` generated as part of processing. -- GitLab