summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorjEzEk <[email protected]>2017-12-10 18:02:04 +0100
committerjEzEk <[email protected]>2017-12-10 18:02:04 +0100
commite7ad12b3260efa08a4a1652913d5d551fdc1b95d (patch)
tree1f6234ef57c41d330f2e51bbe4d573be1d0db7c1 /doc.go
parent27f122750802c950b2c869a5b63dafcf590ced95 (diff)
BurntSushi/xgb -> jezek/xgb
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go10
1 files changed, 5 insertions, 5 deletions
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() {