|
@@ -35,7 +35,7 @@ header file contains a single function (e.g. <code>igl/cotmatrix.h</code> contai
|
|
|
stored in an n-by–3 matrix of vertex positions V and an m-by–3 matrix of
|
|
|
triangle indices F. </p>
|
|
|
|
|
|
-<p><em>Optionally</em> the library may also be <a href="build/">pre-compiled</a> into a statically
|
|
|
+<p><em>Optionally</em> the library may also be <a href="optional/">pre-compiled</a> into a statically
|
|
|
linked library, for faster compile times with your projects. This only effects
|
|
|
compile time (run-time performance and behavior is identical). If in doubt, use
|
|
|
the header-only default mode: (i.e. just include the headers you want to use).</p>
|