From 5583f5c48f1b07719cbef81ec7f88dc597574471 Mon Sep 17 00:00:00 2001 From: Semih Tok Date: Fri, 20 Apr 2018 10:15:24 +0300 Subject: [PATCH 1/2] Broken "C API" page link fixed C API link doesn't work. Probably needs to redirect -> https://apple.github.io/foundationdb/api-c.html --- bindings/go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/go/README.md b/bindings/go/README.md index b2624f20e1..cf2b9bd06e 100644 --- a/bindings/go/README.md +++ b/bindings/go/README.md @@ -6,7 +6,7 @@ fdb-go This package requires: - Go 1.1+ with CGO enabled -- FoundationDB C API 2.0.x, 3.0.x, or 4.x.y (part of the [FoundationDB clients package](https://www.foundationdb.org/downloads/fdb-c/)) +- FoundationDB C API 2.0.x, 3.0.x, or 4.x.y (part of the [FoundationDB clients package](https://apple.github.io/foundationdb/api-c.html)) Use of this package requires the selection of a FoundationDB API version at runtime. This package currently supports FoundationDB API versions 200-520. From 04d38ee03e35f7b11ea91b27218f6c3605863969 Mon Sep 17 00:00:00 2001 From: Semih Tok Date: Fri, 20 Apr 2018 10:30:41 +0300 Subject: [PATCH 2/2] Link updated with c section --- bindings/go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/go/README.md b/bindings/go/README.md index cf2b9bd06e..c262d5eca0 100644 --- a/bindings/go/README.md +++ b/bindings/go/README.md @@ -6,7 +6,7 @@ fdb-go This package requires: - Go 1.1+ with CGO enabled -- FoundationDB C API 2.0.x, 3.0.x, or 4.x.y (part of the [FoundationDB clients package](https://apple.github.io/foundationdb/api-c.html)) +- FoundationDB C API 2.0.x, 3.0.x, or 4.x.y (part of the [FoundationDB clients package](https://apple.github.io/foundationdb/downloads.html#c)) Use of this package requires the selection of a FoundationDB API version at runtime. This package currently supports FoundationDB API versions 200-520.