Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarraz committed Nov 22, 2024
1 parent 69eaef6 commit 58da535
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zhong [![Build Status](https://github.com/nickelser/zhong/workflows/CI/badge.svg)](https://github.com/nickelser/zhong/actions?query=workflow%3ACI) [![Code Climate](https://codeclimate.com/github/nickelser/zhong/badges/gpa.svg)](https://codeclimate.com/github/nickelser/zhong) [![Gem Version](https://badge.fury.io/rb/zhong.svg)](http://badge.fury.io/rb/zhong)
# Zhong [![Build Status](https://github.com/instacart/zhong/workflows/CI/badge.svg)](https://github.com/instacart/zhong/actions?query=workflow%3ACI) [![Gem Version](https://badge.fury.io/rb/zhong.svg)](http://badge.fury.io/rb/zhong)

Useful, reliable distributed cron. Tired of your cron-like scheduler running key jobs twice? Would you like to be able to run your cron server on multiple machines and have it "just work"? Have we got the gem for you.

Expand Down Expand Up @@ -132,13 +132,13 @@ end

## History

View the [changelog](https://github.com/nickelser/zhong/blob/master/CHANGELOG.md).
View the [changelog](https://github.com/instacart/zhong/blob/master/CHANGELOG.md).

## Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help:

- [Report bugs](https://github.com/nickelser/zhong/issues)
- Fix bugs and [submit pull requests](https://github.com/nickelser/zhong/pulls)
- [Report bugs](https://github.com/instacart/zhong/issues)
- Fix bugs and [submit pull requests](https://github.com/instacart/zhong/pulls)
- Write, clarify, or fix documentation
- Suggest or add new features
2 changes: 1 addition & 1 deletion zhong.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|

spec.summary = %q{Reliable, distributed cron.}
spec.description = %q{Reliable, distributed cron.}
spec.homepage = "https://www.github.com/nickelser/zhong"
spec.homepage = "https://www.github.com/instacart/zhong"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down

0 comments on commit 58da535

Please sign in to comment.