From e412d65f4684cc8dc6e80417c7d7b49ae8b97342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 20 Oct 2020 12:36:32 +0200 Subject: [PATCH] README: fix broken link The link to reftable.h added in 0819c74 ("Update README with a link to Git code", 2020-01-09) was broken since 7cddcd0 ("C: move public header to separate directory.", 2020-03-25) when the reftable.h file was moved to the c/include/ directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d75f275..ea81626 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ bazel test c/... ``` API is documented in side the [reftable.h -header](https://github.com/google/reftable/blob/master/c/reftable.h). +header](https://github.com/google/reftable/blob/master/c/include/reftable.h). It includes a fragment of the zlib library to provide uncompress2(), which is a recent addition to the API. zlib is licensed as follows: