Skip to content

Commit

Permalink
Merge pull request #592 from EnMAP-Box/591-raster-math-broken-link
Browse files Browse the repository at this point in the history
fixed #591
  • Loading branch information
janzandr authored Sep 4, 2023
2 parents 7a7c41c + 86b8c34 commit a3df860
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ class RasterMathAlgorithm(EnMAPProcessingAlgorithm):

linkNumpy = EnMAPProcessingAlgorithm.htmlLink('https://numpy.org/doc/stable/reference/', 'NumPy')
linkRecipe = EnMAPProcessingAlgorithm.htmlLink(
'https://enmap-box.readthedocs.io/en/latest/usr_section/usr_cookbook/raster_math.html',
'RasterMath cookbook recipe')
'https://enmap-box.readthedocs.io/en/latest/usr_section/usr_manual/applications.html#raster-math',
'User Manual')

def displayName(self) -> str:
return 'Raster math'
Expand Down

0 comments on commit a3df860

Please sign in to comment.