Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links #2

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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