diff --git a/Code/Mantid/docs/source/algorithms/IntegratePeaksUsingClusters-v1.rst b/Code/Mantid/docs/source/algorithms/IntegratePeaksUsingClusters-v1.rst index 8cd1fce12292e732969121cbe658a2b18298231c..1d6e1510eee73f3194a6807d7c07bdddd26b87a4 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.