Skip to content

Commit ce4fa18

Browse files
committed
DOC: Update versioned Doxygen links to point to ReadTheDocs
These are now available for each release tag.
1 parent d3189c2 commit ce4fa18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/docs/migration_guides/itk_5_migration_guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Availability of the C++11 standard allows use of many Standard Library
6969
features. These were previously implemented as portable ITK classes.
7070
The standard library classes are preferred over ITK's implementations.
7171
The most notable examples of this are:
72-
* [atomic integers](https://itk.org/Doxygen413/html/classitk_1_1AtomicInt.html) should be replaced by `std::atomic`.
73-
* [mutex locks](https://itk.org/Doxygen413/html/classitk_1_1MutexLock.html)
72+
* [atomic integers](https://docs.itk.org/projects/doxygen/en/v4.13.0/classitk_1_1AtomicInt.html) should be replaced by `std::atomic`.
73+
* [mutex locks](https://docs.itk.org/projects/doxygen/en/v4.13.0/classitk_1_1MutexLock.html)
7474
and related classes should be replaced by the similarly named classes from STL's
7575
[`<mutex>`](https://en.cppreference.com/w/cpp/header/mutex) header.
7676
* `itksys::hash_map` should be replaced by [std::unordered_map](https://en.cppreference.com/w/cpp/container/unordered_map).

Documentation/docs/releases/2.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ formats are:
1616
- ACR-NEMA version 1 and 2
1717
- Dicom version 3.0 (including various encodings of jpeg, RLE)
1818

19-
Class Reference : [GDCMImageIO](https://www.itk.org/Doxygen/html/classitk_1_1GDCMImageIO.html), [GDCMSeriesFileNames](https://www.itk.org/Doxygen/html/classitk_1_1GDCMSeriesFileNames.html)\
19+
Class Reference : [GDCMImageIO](https://docs.itk.org/projects/doxygen/en/v2.2.0/classitk_1_1GDCMImageIO.html), [GDCMSeriesFileNames](https://docs.itk.org/projects/doxygen/en/v2.2.0/classitk_1_1GDCMSeriesFileNames.html)\
2020
Examples : (None)
2121

2222
## New itkVesselTubeSpatialObject with metaIO file format to support vessel representation

Documentation/docs/releases/4.6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the Sphinx repository and the Wiki, which can now also be build as
1111
Remote modules. The Software Guide was split into two books and
1212
configure and build instructions were revised.
1313

14-
\[1\] <https://www.itk.org/Doxygen/html/modules.html>
14+
\[1\] <https://docs.itk.org/projects/doxygen/en/v4.6.0/modules.html>
1515

1616
New Features
1717

0 commit comments

Comments
 (0)