Skip to content

Commit

Permalink
DOC: Fix NRRD links in module descriptions
Browse files Browse the repository at this point in the history
Fix NRRD links in module descriptions: fix the link and the HTML syntax.
  • Loading branch information
jhlegarreta authored and dzenanz committed Sep 26, 2022
1 parent c139163 commit e99bebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Modules/IO/NRRD/itk-module.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(DOCUMENTATION "This module contains an ImageIO class to read and write the
<a href=\"http://teem.sourceforge.net/nrrd/format.html/\">Nearly Raw Raster Data
(Nrrd)</a> medical image format.")
<a href=\"http://teem.sourceforge.net/nrrd/format.html\">Nearly Raw Raster Data
(NRRD)</a> medical image format.")

itk_module(ITKIONRRD
ENABLE_SHARED
Expand Down
2 changes: 1 addition & 1 deletion Modules/ThirdParty/NrrdIO/itk-module.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(DOCUMENTATION "This module contains the third party <a
href=\"http://teem.sourceforge.net/nrrd/lib.html>NRRD</a> image file format.")
href=\"http://teem.sourceforge.net/nrrd/lib.html\">NRRD</a> image file format.")

itk_module(ITKNrrdIO
DEPENDS
Expand Down

0 comments on commit e99bebe

Please sign in to comment.