Skip to content

Commit cb98efb

Browse files
author
Brandon Philips
committed
fix(README): update the URLs
1 parent 319d3b8 commit cb98efb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.markdown

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
go.dbus
2-
-------
1+
dbus
2+
----
33

4-
go.dbus is a simple library that implements native Go client bindings for the
4+
dbus is a simple library that implements native Go client bindings for the
55
D-Bus message bus system.
66

77
### Features
@@ -15,16 +15,16 @@ D-Bus message bus system.
1515
This packages requires Go 1.1. If you installed it and set up your GOPATH, just run:
1616

1717
```
18-
go get github.com/guelfey/go.dbus
18+
go get github.com/godbus/dbus
1919
```
2020

2121
If you want to use the subpackages, you can install them the same way.
2222

2323
### Usage
2424

2525
The complete package documentation and some simple examples are available at
26-
[godoc.org](http://godoc.org/github.com/guelfey/go.dbus). Also, the
27-
[_examples](https://github.com/guelfey/go.dbus/tree/master/_examples) directory
26+
[godoc.org](http://godoc.org/github.com/godbus/dbus). Also, the
27+
[_examples](https://github.com/godbus/dbus/tree/master/_examples) directory
2828
gives a short overview over the basic usage.
2929

3030
Please note that the API is considered unstable for now and may change without
@@ -34,3 +34,5 @@ further notice.
3434

3535
go.dbus is available under the Simplified BSD License; see LICENSE for the full
3636
text.
37+
38+
Nearly all of the credit for this library goes to github.com/guelfey/go.dbus.

0 commit comments

Comments
 (0)