File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ go-python
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/sbinet/go-python.svg?branch=master )] ( https://travis-ci.org/sbinet/go-python )
5
5
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/n0ujg8no487a89vo/branch/master?svg=true )] ( https://ci.appveyor.com/project/sbinet/go-python/branch/master )
6
+ [ ![ GoDocs] ( https://godocs.io/github.com/sbinet/go-python?status.svg )] ( https://godocs.io/github.com/sbinet/go-python )
6
7
7
8
Naive ` go ` bindings towards the C-API of CPython-2.
8
9
@@ -48,9 +49,9 @@ If ``go get`` + ``pkg-config`` failed:
48
49
Documentation
49
50
-------------
50
51
51
- Is available on `` godoc `` :
52
+ Is available on `` godocs `` :
52
53
53
- http ://godoc.org /github.com/sbinet/go-python
54
+ https ://godocs.io /github.com/sbinet/go-python
54
55
55
56
56
57
Example:
You can’t perform that action at this time.
0 commit comments