diff --git a/Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx b/Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx
index eb9d3129959f6bcf6539908eeb57e7a5c33b2d68..7f84bc254a493d2cff68f7446af7f1c7353e50bb 100644
--- a/Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx
+++ b/Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx
@@ -66,7 +66,7 @@ private:
       "and generates a single multi-channel image. The channel order is the same as the list.");
     SetDocLimitations("All input images must have the same size.");
     SetDocAuthors("OTB-Team");
-    SetDocSeeAlso("Rescale application, Convert, SplitImage");
+    SetDocSeeAlso("Rescale application, DynamicConvert, SplitImage");
 
     AddDocTag(Tags::Manip);
     AddDocTag("Concatenation");
diff --git a/Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx b/Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx
index 2919b5f1c3589e1576478ab62f156c99ab2e7300..35615c5bd4fa4ac4d0c4a093461f99a7719f43a1 100644
--- a/Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx
+++ b/Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx
@@ -111,7 +111,7 @@ private:
     );
     SetDocLimitations("The application does not support complex pixel types as output.");
     SetDocAuthors("OTB-Team");
-    SetDocSeeAlso("Convert, Rescale");
+    SetDocSeeAlso("Rescale");
 
     AddDocTag(Tags::Manip);
     AddDocTag("Conversion");