Commit 221ee54b8ce67efb0346b7ace67728a14babfcac

Keith Dahlby 2012-11-04T21:24:14

Fix Clar link

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 0868727..403520b 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ The following CMake variables are declared:
 - `LIB_INSTALL_DIR`: Where to install libraries to.
 - `INCLUDE_INSTALL_DIR`: Where to install headers to.
 - `BUILD_SHARED_LIBS`: Build libgit2 as a Shared Library (defaults to ON)
-- `BUILD_CLAR`: Build [Clar](https://github.com/tanoku/clar)-based test suite (defaults to ON)
+- `BUILD_CLAR`: Build [Clar](https://github.com/vmg/clar)-based test suite (defaults to ON)
 - `THREADSAFE`: Build libgit2 with threading support (defaults to OFF)
 
 Language Bindings