From 47d2f7296b81fe7d8647e629b782c44bbc9f9678 Mon Sep 17 00:00:00 2001 From: Ji-Hyeon Gim Date: Thu, 1 Feb 2018 15:14:42 +0900 Subject: doc: updates Language Bindings for libgfapi-perl and gogfapi The libgfapi-perl provides declarations and linkage for the Gluster gfapi C library with FFI for many Perl mongers In addition, gogfapi URI link is replaced with GitHub because Forge is dead. Change-Id: I773e78beb201b48ca3fde0dc72d04b64dc9697d6 Signed-off-by: Ji-Hyeon Gim Updates: #447 --- doc/developer-guide/Language-Bindings.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/developer-guide/Language-Bindings.md b/doc/developer-guide/Language-Bindings.md index 89ef6df3d78..33f2e58504c 100644 --- a/doc/developer-guide/Language-Bindings.md +++ b/doc/developer-guide/Language-Bindings.md @@ -4,7 +4,7 @@ page lists bindings to the libgfapi C library from other languages. Go -- -- [gogfapi](https://forge.gluster.org/gogfapi) - Go language bindings +- [gogfapi](https://github.com/gluster/gogfapi) - Go language bindings for libgfapi, aiming to provide an api consistent with the default Go file apis. @@ -37,3 +37,8 @@ Rust - [gfapi-sys](https://github.com/cholcombe973/Gfapi-sys) - Libgfapi bindings for Rust using FFI +Perl +---- + +- [libgfapi-perl](https://github.com/gluster/libgfapi-perl) - Libgfapi + bindings for Perl using FFI -- cgit