Fix examples.zip link

This commit is contained in:
Mael Rouxel-Labbé 2019-10-29 11:24:39 +01:00
parent 593079fab9
commit bcf09288f0
1 changed files with 4 additions and 3 deletions

View File

@ -9,8 +9,8 @@ However, some dependencies of \cgal might still need to be installed.
\section usage_introduction Quick Start: Compiling a Program using CGAL
Assuming that you have obtained \cgal through one of the package managers offering \cgal on your platform
(see Section \ref secgettingcgal), you can download \cgal examples
<a href="https://github.com/CGAL/cgal/releases/CGAL-\cgalReleaseNumber/CGAL-\cgalReleaseNumber-examples.tar.xz">CGAL-\cgalReleaseNumber-examples.tar.xz</a>
(see Section \ref secgettingcgal), you can download \cgal examples (
<a href="https://github.com/CGAL/cgal/releases/CGAL-\cgalReleaseNumber/CGAL-\cgalReleaseNumber-examples.tar.xz">CGAL-\cgalReleaseNumber-examples.tar.xz</a>)
and the compilation of an example is as simple as:
cd $HOME/CGAL-\cgalReleaseNumber/examples/Triangulation_2 # go to an example directory
@ -50,7 +50,8 @@ You may also download the sources of \cgal directly, but it is then your respons
acquire these dependencies.
The examples and demos of \cgal are not included when you install \cgal with a package manager,
and must be downloaded <a href="TODO">here</a>.
and must be downloaded
<a href="https://github.com/CGAL/cgal/releases/CGAL-\cgalReleaseNumber/CGAL-\cgalReleaseNumber-examples.tar.xz">here</a>.
\subsection secusingpkgman Using a Package Manager