summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJvol Jvolizka <[email protected]>2020-03-24 15:32:21 +0300
committerAndrew Gallant <[email protected]>2020-03-24 08:59:42 -0400
commit20f126ea2843845b1d723096b57310edc3a541d5 (patch)
tree4709543fd077a349a9b8d1d2a32517edf303df47
parent27f122750802c950b2c869a5b63dafcf590ced95 (diff)
Fix doc link
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c96a5fb..e3b309e 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ BurntSushi's Fork
I've forked the XGB repository from Google Code due to inactivty upstream.
Godoc documentation can be found here:
-http://godoc.burntsushi.net/pkg/github.com/BurntSushi/xgb/
+https://godoc.org/github.com/BurntSushi/xgb
Much of the code has been rewritten in an effort to support thread safety
and multiple extensions. Namely, go_client.py has been thrown away in favor