Skip to content

Commit 4fc9044

Browse files
authored
Fix repository links (#200)
- Fix/Update repository links in README.md and gemspec - Removed AppVeyor build status badges that are not working
1 parent 7c2e995 commit 4fc9044

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
# PyCall: Calling Python functions from the Ruby language
77

8-
[![Build Status](https://github.com/mrkn/pycall.rb/workflows/CI/badge.svg)](https://github.com/mrkn/pycall.rb/actions?query=workflow%3ACI)
9-
[![Build status](https://ci.appveyor.com/api/projects/status/0fad23u4qj1yr49e/branch/master?svg=true)](https://ci.appveyor.com/project/mrkn/pycall-rb/branch/master)
8+
[![Build Status](https://github.com/red-data-tools/pycall.rb/workflows/CI/badge.svg)](https://github.com/red-data-tools/pycall.rb/actions?query=workflow%3ACI)
109

1110
This library provides the features to directly call and partially interoperate
1211
with Python from the Ruby language. You can import arbitrary Python modules
@@ -228,7 +227,7 @@ version, push git commits and tags, and push the `.gem` file to
228227
## Contributing
229228

230229
Bug reports and pull requests are welcome on GitHub at
231-
https://github.com/mrkn/pycall.rb.
230+
https://github.com/red-data-tools/pycall.rb.
232231

233232

234233
## Acknowledgement

pycall.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717

1818
spec.summary = %q{pycall}
1919
spec.description = %q{pycall}
20-
spec.homepage = "https://github.com/mrkn/pycall"
20+
spec.homepage = "https://github.com/red-data-tools/pycall.rb"
2121
spec.license = "MIT"
2222

2323
spec.files = `git ls-files -z`.split("\x0").reject do |f|

0 commit comments

Comments
 (0)