diff --git a/help/catalogHOWTO b/help/catalogHOWTO
new file mode 100644
index 0000000..56c2c96
--- /dev/null
+++ b/help/catalogHOWTO
@@ -0,0 +1,3 @@
+TBD
+
+
diff --git a/help/statisticsHOWTO b/help/statisticsHOWTO
new file mode 100644
index 0000000..56c2c96
--- /dev/null
+++ b/help/statisticsHOWTO
@@ -0,0 +1,3 @@
+TBD
+
+
diff --git a/js/app/views/CatalogUI.js b/js/app/views/CatalogUI.js
index 216bf55..8beb156 100644
--- a/js/app/views/CatalogUI.js
+++ b/js/app/views/CatalogUI.js
@@ -485,7 +485,7 @@ Ext.define('amdaUI.CatalogUI', {
 			    iconCls:  'icon-information',
 			      loader: {
 				autoLoad: true,
-				url: helpDir+'downloadHOWTO'
+				url: helpDir+'catalogHOWTO'
 			      } 
 			  }
 		    ] 
diff --git a/js/app/views/StatisticsUI.js b/js/app/views/StatisticsUI.js
index 556a937..f338733 100644
--- a/js/app/views/StatisticsUI.js
+++ b/js/app/views/StatisticsUI.js
@@ -331,7 +331,7 @@ Ext.define('amdaUI.StatisticsUI', {
 			    iconCls: 'icon-information',
 			      loader: {
 				autoLoad: true,
-				url: helpDir+'downloadHOWTO'
+				url: helpDir+'statisticsHOWTO'
 			      } 
 			  }
 		    ] 
--
libgit2 0.21.2