Broken "C API" page link fixed

C API link doesn't work. Probably needs to redirect -> https://apple.github.io/foundationdb/api-c.html
This commit is contained in:
Semih Tok 2018-04-20 10:15:24 +03:00 committed by Alec Grieser
parent bc5a69cd70
commit daba4bd915
No known key found for this signature in database
GPG Key ID: CAF63551C60D3462
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ fdb-go
This package requires: This package requires:
- Go 1.1+ with CGO enabled - 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-510. Use of this package requires the selection of a FoundationDB API version at runtime. This package currently supports FoundationDB API versions 200-510.