From 016e535824beab80d5c9e4b1c30a9a78c1ae6ace Mon Sep 17 00:00:00 2001
From: Phil Colebrooke <philipc99@hotmail.co.uk>
Date: Thu, 5 Mar 2020 17:03:06 +0000
Subject: [PATCH] Re #28191 point to correct location for help docs + release
 notes

---
 docs/source/release/v5.0.0/sans.rst                       | 1 +
 scripts/Interface/ui/sans_isis/sans_data_processor_gui.py | 7 ++-----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/docs/source/release/v5.0.0/sans.rst b/docs/source/release/v5.0.0/sans.rst
index e9d2d288bc8..c97063cf3d7 100644
--- a/docs/source/release/v5.0.0/sans.rst
+++ b/docs/source/release/v5.0.0/sans.rst
@@ -51,6 +51,7 @@ Fixed
   numbers of points.
 - Bug fixed affecting SANS > ORNL_SANS interface - only facilities with applicable instruments can now be selected.
 - Bug fixed causing ORNL_SANS interface to crash when selecting HFIR instruments
+- The help documentation now loads correctly
 
 
 :ref:`Release 5.0.0 <v5.0.0>`
diff --git a/scripts/Interface/ui/sans_isis/sans_data_processor_gui.py b/scripts/Interface/ui/sans_isis/sans_data_processor_gui.py
index 29a7fdab3b9..e9586d43085 100644
--- a/scripts/Interface/ui/sans_isis/sans_data_processor_gui.py
+++ b/scripts/Interface/ui/sans_isis/sans_data_processor_gui.py
@@ -531,11 +531,8 @@ class SANSDataProcessorGui(QMainWindow,
 
     @staticmethod
     def _on_help_button_clicked():
-        if PYQT4:
-            proxies.showCustomInterfaceHelp('ISIS SANS v2')
-        else:
-            InterfaceManager().showHelpPage('qthelp://org.sphinx.mantidproject/doc/'
-                                            'interfaces/ISIS%20SANS%20v2.html')
+        InterfaceManager().showHelpPage('qthelp://org.sphinx.mantidproject/doc/'
+                                        'interfaces/isis_sans/ISIS%20SANS.html')
 
     def _on_output_mode_clicked(self):
         """This method is called when an output mode is clicked on the gui"""
-- 
GitLab