Skip to content

Commit 32ea6e9

Browse files
committed
DOC: Update download and git links in Configuring and Building ITK
Now on GitHub and ReadTheDocs.
1 parent d0974a8 commit 32ea6e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SoftwareGuide/Latex/Introduction/Installation.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ \section{Obtaining the Software}%
5151
There are two different ways to access the ITK source code:
5252
\begin{description}
5353
\item[Periodic releases]{Official releases are available on the ITK web
54-
site\footnote{\url{https://itk.org/ITK/resources/software.html}}.
54+
site\footnote{\url{https://docs.itk.org/en/latest/download.html}}.
5555
They are released twice a year,
5656
and announced on the ITK web pages and discussion.
5757
However, they may not provide the latest and greatest features of the
5858
toolkit.}
5959
\item[Continuous repository checkout]{Direct access to the Git source code
60-
repository\footnote{\url{https://itk.org/ITK.git}} provides immediate
60+
repository\footnote{\url{https://github.com/InsightSoftwareConsortium/ITK.git}} provides immediate
6161
availability to the latest toolkit additions. But, on any given day the
6262
source code may not be stable as compared to the official releases.}
6363
\end{description}
@@ -79,7 +79,7 @@ \subsection{Downloading Packaged Releases}%
7979

8080
ITK can be downloaded without cost from the following web site:
8181
\begin{center}
82-
\url{https://www.itk.org/ITK/resources/software.html}
82+
\url{https://docs.itk.org/en/latest/download.html}
8383
\end{center}
8484

8585
On the web page, choose the tarball that better fits your system. The options are
@@ -104,7 +104,7 @@ \subsection{Downloading From Git}%
104104

105105
Access ITK via Git using the following commands (under a Git Bash shell):
106106
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{bash}
107-
git clone git://itk.org/ITK.git
107+
git clone https://github.com/InsightSoftwareConsortium/ITK
108108
\end{minted}
109109

110110
This will trigger the download of the software into a directory named
@@ -129,7 +129,7 @@ \subsection{Data}%
129129
Another source of data can be obtained from the ITK Web site at either
130130
of the following:
131131
\begin{quote}
132-
\url{https://www.itk.org/ITK/resources/links.html} \\
132+
\url{https://docs.itk.org/en/latest/download.html} \\
133133
\url{ftp://public.kitware.com/pub/itk/Data/}.
134134
\end{quote}
135135

0 commit comments

Comments
 (0)