Skip to content

Commit

Permalink
Update wiki links
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Jun 28, 2013
1 parent 7013d25 commit fdf4e66
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ IF (GDCM_STANDALONE)
IF(NOT GDCM_DATA_ROOT)
MESSAGE("If you want to build the test suite, you must set GDCM_DATA_ROOT (advanced option) "
"to the full path name of the gdcmData directory; if you don't want, disable GDCM_BUILD_TESTING.\n"
"What is gdcmData? Please read: http://sourceforge.net/apps/mediawiki/gdcm/index.php?title=General_questions#What_is_gdcmData_.3F")
"What is gdcmData? Please read: http://gdcm.sourceforge.net/wiki/index.php/General_questions#What_is_gdcmData_.3F")
ENDIF(NOT GDCM_DATA_ROOT)
ENDIF(BUILD_TESTING)
ENDIF (GDCM_STANDALONE)
Expand Down
2 changes: 1 addition & 1 deletion Source/MediaStorageAndFileFormat/gdcmIPPSorter.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace gdcm
* For more information on Spacing, and how it is defined in DICOM, advanced
* users may refers to:
*
* http://sourceforge.net/apps/mediawiki/gdcm/index.php?title=Imager_Pixel_Spacing
* http://gdcm.sourceforge.net/wiki/index.php/Imager_Pixel_Spacing
*
* \bug There are currently a couple of bugs in this implementation:
* \li Gantry Tilt is not considered
Expand Down
2 changes: 1 addition & 1 deletion Source/MediaStorageAndFileFormat/gdcmSpacing.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ All pixel spacing related attributes shall have non-zero values, except when the
column or pixel of data present, in which case the corresponding value may be zero.
Ref:
http://apps.sourceforge.net/mediawiki/gdcm/index.php?title=Imager_Pixel_Spacing
http://gdcm.sourceforge.net/wiki/index.php/Imager_Pixel_Spacing
*/
class GDCM_EXPORT Spacing
{
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ internally I ++ the length, which would make it an undefined length.
-----------------------------------------------------------------------
Get rid of polarssl now that OpenSSL completely replaces it
... I might even have to get rid of OpenSSL
http://apps.sourceforge.net/mediawiki/gdcm/index.php?title=Tools/openssl#Giving_up_on_OpenSSL
http://gdcm.sourceforge.net/wiki/index.php/Tools/openssl#Giving_up_on_OpenSSL
-----------------------------------------------------------------------
gdcmdump map-uid-names
-----------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Utilities/VTK/vtkGDCMImageReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// * VTK_YBR <-> YBR_FULL
//
// For detailed information on color space transformation and true lossless transformation see:
// http://apps.sourceforge.net/mediawiki/gdcm/index.php?title=Color_Space_Transformations
// http://gdcm.sourceforge.net/wiki/index.php/Color_Space_Transformations

// .SECTION See Also
// vtkMedicalImageReader2 vtkMedicalImageProperties vtkGDCMPolyDataReader vtkGDCMImageWriter
Expand Down
2 changes: 1 addition & 1 deletion Utilities/doxygen/man/gdcmconv.man
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ not used, in favor of a YBR one. Changing from one color space to the other is

For more detail, see what are the true lossless transformations as described:

http://sourceforge.net/apps/mediawiki/gdcm/index.php?title=Color_Space_Transformations
http://gdcm.sourceforge.net/wiki/index.php/Color_Space_Transformations

\section quality_control Quality Control

Expand Down
2 changes: 1 addition & 1 deletion Utilities/doxygen/man/gdcmviewer.man
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ associated with this file. Basically what kind of image you are looking at.
\section wiki_link Wiki Link

The wiki page, with color pictures can be found at:
http://sourceforge.net/apps/mediawiki/gdcm/index.php?title=Gdcmviewer
http://gdcm.sourceforge.net/wiki/index.php/Gdcmviewer

\section see_also SEE ALSO

Expand Down

0 comments on commit fdf4e66

Please sign in to comment.