From 58da5358650fb242581552a48c4eb2fc6a35c31b Mon Sep 17 00:00:00 2001 From: Matt Larraz Date: Fri, 22 Nov 2024 14:32:45 -0500 Subject: [PATCH] Update links --- README.md | 8 ++++---- zhong.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c3c54fd..613b2d9 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/zhong.gemspec b/zhong.gemspec index 82387f3..38b8568 100644 --- a/zhong.gemspec +++ b/zhong.gemspec @@ -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")