From cb98efbb933d8389ab549a060e880ea3c375d213 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 27 Mar 2014 13:57:47 -0700 Subject: [PATCH] fix(README): update the URLs --- README.markdown | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index dc467fdb..3ab21166 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,7 @@ -go.dbus -------- +dbus +---- -go.dbus is a simple library that implements native Go client bindings for the +dbus is a simple library that implements native Go client bindings for the D-Bus message bus system. ### Features @@ -15,7 +15,7 @@ D-Bus message bus system. This packages requires Go 1.1. If you installed it and set up your GOPATH, just run: ``` -go get github.com/guelfey/go.dbus +go get github.com/godbus/dbus ``` If you want to use the subpackages, you can install them the same way. @@ -23,8 +23,8 @@ If you want to use the subpackages, you can install them the same way. ### Usage The complete package documentation and some simple examples are available at -[godoc.org](http://godoc.org/github.com/guelfey/go.dbus). Also, the -[_examples](https://github.com/guelfey/go.dbus/tree/master/_examples) directory +[godoc.org](http://godoc.org/github.com/godbus/dbus). Also, the +[_examples](https://github.com/godbus/dbus/tree/master/_examples) directory gives a short overview over the basic usage. Please note that the API is considered unstable for now and may change without @@ -34,3 +34,5 @@ further notice. go.dbus is available under the Simplified BSD License; see LICENSE for the full text. + +Nearly all of the credit for this library goes to github.com/guelfey/go.dbus.