From e7ad12b3260efa08a4a1652913d5d551fdc1b95d Mon Sep 17 00:00:00 2001 From: jEzEk Date: Sun, 10 Dec 2017 18:02:04 +0100 Subject: BurntSushi/xgb -> jezek/xgb --- doc.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index 64540e9..3a28558 100644 --- a/doc.go +++ b/doc.go @@ -10,7 +10,7 @@ Most uses of XGB typically fall under the realm of window manager and GUI kit development, but other applications (like pagers, panels, tilers, etc.) may also require XGB. Moreover, it is a near certainty that if you need to work with X, xgbutil will be of great use to you as well: -https://github.com/BurntSushi/xgbutil +https://github.com/jezek/xgbutil Example @@ -23,8 +23,8 @@ accompanying documentation can be found in examples/create-window. import ( "fmt" - "github.com/BurntSushi/xgb" - "github.com/BurntSushi/xgb/xproto" + "github.com/jezek/xgb" + "github.com/jezek/xgb/xproto" ) func main() { @@ -74,8 +74,8 @@ can be found in examples/xinerama. import ( "fmt" "log" - "github.com/BurntSushi/xgb" - "github.com/BurntSushi/xgb/xinerama" + "github.com/jezek/xgb" + "github.com/jezek/xgb/xinerama" ) func main() { -- cgit v1.2.3