Skip to content

Commit e2a869f

Browse files
committed
Fix README
[skip ci]
1 parent 63b1e94 commit e2a869f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PyCall: Calling Python functions from the Ruby language
22

3-
[![Build Status](https://travis-ci.org/mrkn/pycall.svg?branch=master)](https://travis-ci.org/mrkn/pycall)
4-
[![Build status](https://ci.appveyor.com/api/projects/status/071is0f4iu0vy8lp/branch/master?svg=true)](https://ci.appveyor.com/project/mrkn/pycall/branch/master)
3+
[![Build Status](https://travis-ci.org/mrkn/pycall.rb.svg?branch=master)](https://travis-ci.org/mrkn/pycall.rb)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/071is0f4iu0vy8lp/branch/master?svg=true)](https://ci.appveyor.com/project/mrkn/pycall.rb/branch/master)
55

66
This library provides the features to directly call and partially interoperate
77
with Python from the Ruby language. You can import arbitrary Python modules
@@ -77,7 +77,7 @@ version, push git commits and tags, and push the `.gem` file to
7777
## Contributing
7878

7979
Bug reports and pull requests are welcome on GitHub at
80-
https://github.com/mrkn/pycall.
80+
https://github.com/mrkn/pycall.rb.
8181

8282

8383
## Acknowledgement

0 commit comments

Comments
 (0)