소스 검색

Minor url fix.

Former-commit-id: aa4b0cd4d4b40496ee71db4233adc999e8f91546
Jérémie Dumas 7 년 전
부모
커밋
88250dc0cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ header file contains a single function (e.g. `igl/cotmatrix.h` contains
 stored in an n-by-3 matrix of vertex positions `V` and an m-by-3 matrix of
 triangle indices `F`.
 
-_Optionally_ the library may also be [pre-compiled](http://libigl.github.io/static-library/) into a statically
+_Optionally_ the library may also be [pre-compiled](http://libigl.github.io/libigl/static-library/) 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).