Salome HOME
Redesign SALOME documentation
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Measurements.cxx
index c58a8c9c67fee4d967dc45197820425587a1fec4..1f1d5aa8a0315d1db7057afd6f17ddc92c6f5dcb 100644 (file)
@@ -1457,11 +1457,11 @@ void SMESHGUI_MeasureDlg::help()
 {
   QString aHelpFile;
   if ( myTabWidget->currentIndex() == MinDistance ) {
-    aHelpFile = "measurements_page.html#min_distance_anchor";
+    aHelpFile = "measurements.html#min-distance-anchor";
   } else if ( myTabWidget->currentIndex() == BoundingBox ) {
-    aHelpFile = "measurements_page.html#bounding_box_anchor";
+    aHelpFile = "measurements.html#bounding-box-anchor";
   } else {
-    aHelpFile = "measurements_page.html#basic_properties_anchor";
+    aHelpFile = "measurements.html#basic-properties-anchor";
   }
 
   SMESH::ShowHelpFile( aHelpFile );