From 5405c7568a62a80304f3364abf1faa29846ba92e Mon Sep 17 00:00:00 2001 From: Faruk Kasumovic Date: Mon, 20 Apr 2015 10:49:01 +0200 Subject: [PATCH] - Update link to godoc in README to reflect change of project location. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4ca12b..ba8fe33 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **go-libzfs** currently implements basic manipulation of ZFS pools and data sets. Plan is to add more in further development, improve documentation with more examples, and add more tests. _go-libzfs_ use libzfs C library and does not wrap OpenZFS CLI tools. That way it ensure best performance. Per my personal opinion its more reliable way to do it, and that libzfs is less subject of possible changes then CLI tools. Goal is to let easy using and manipulating OpenZFS form with in go, and tries to map libzfs C library in to go style package respecting golang common practice. -[![GoDoc](https://godoc.org/github.com/fkasumovic/go-libzfs?status.svg)](https://godoc.org/github.com/fkasumovic/go-libzfs) +[![GoDoc](https://godoc.org/github.com/bicomsystems/go-libzfs?status.svg)](https://godoc.org/github.com/bicomsystems/go-libzfs) ## Main features