From aae92454fffc1ed582aff3b64e234e40510d8e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Fri, 10 May 2019 15:51:33 +0200 Subject: [PATCH] DOC: update documentation links to muparser --- Documentation/Cookbook/rst/recipes/improc.rst | 2 +- Modules/Applications/AppMathParserX/app/otbBandMathX.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Cookbook/rst/recipes/improc.rst b/Documentation/Cookbook/rst/recipes/improc.rst index 72f24b4299..0dde3676d9 100644 --- a/Documentation/Cookbook/rst/recipes/improc.rst +++ b/Documentation/Cookbook/rst/recipes/improc.rst @@ -22,7 +22,7 @@ The naming convention “im[x]b[y]†designates the yth band of the xth input image. The *BandMath* application embeds built-in operators and functions -listed in `muparser documentation <http://muparser.sourceforge.net/mup_features.html#idDef2>`_ thus +listed in `muparser documentation <https://beltoforion.de/article.php?a=muparser&p=features&s=idDef1#idDef1>`_ thus allowing a vast choice of possible operations. Images with no-data values diff --git a/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx b/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx index fefa3f769f..4ea775fdb5 100644 --- a/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx +++ b/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx @@ -197,7 +197,7 @@ private: "into a unique multiband output image." ); SetDocAuthors( "OTB-Team" ); - SetDocSeeAlso("[1] http://articles.beltoforion.de/article.php?a=muparserx\n\n" + SetDocSeeAlso("[1] https://beltoforion.de/article.php?a=muparserx\n\n" "[2] BandMath"); AddDocTag(Tags::Manip); -- GitLab