소스 검색

bad link

Former-commit-id: a3ad1b53e52087c42cb4e1f44d81c307bff1cfb0
Alec Jacobson 10 년 전
부모
커밋
77beed5642
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -15,7 +15,7 @@ like MATLAB.
 It is first and foremost a header library. Each header file contains a single
 function. Most are tailored to operate on a generic triangle mesh stored in an
 n-by-3 matrix of vertex positions V and an m-by-3 matrix of triangle indices F.
-The library may also be [compiled](build/README.md) into a statically linked
+The library may also be [compiled](build/) into a statically linked
 library, for faster compile times with your projects.
 
 We use the [Eigen](http://eigen.tuxfamily.org) library heavily in our code. Our