Skip to content

Commit

Permalink
change urls in README to match the forked repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
KWojakiew committed Jun 18, 2024
1 parent b951843 commit e156b2e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@

This is a fork of https://github.com/gocelery/gocelery. Go Client/Server for Celery Distributed Task Queue

[![Build Status](https://github.com/gocelery/gocelery/workflows/Go/badge.svg)](https://github.com/gocelery/gocelery/workflows/Go/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/gocelery/gocelery/badge.svg?branch=master)](https://coveralls.io/github/gocelery/gocelery?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/gocelery/gocelery)](https://goreportcard.com/report/github.com/gocelery/gocelery)
[!["Open Issues"](https://img.shields.io/github/issues-raw/gocelery/gocelery.svg)](https://github.com/gocelery/gocelery/issues)
[!["Latest Release"](https://img.shields.io/github/release/gocelery/gocelery.svg)](https://github.com/gocelery/gocelery/releases/latest)
[![GoDoc](https://godoc.org/github.com/gocelery/gocelery?status.svg)](https://godoc.org/github.com/gocelery/gocelery)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/gocelery/gocelery/blob/master/LICENSE)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.heygears.com%2Fgocelery%2Fgocelery.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.heygears.com%2Fgocelery%2Fgocelery?ref=badge_shield)
[![Coverage Status](https://coveralls.io/repos/github/messente/gocelery/badge.svg?branch=master)](https://coveralls.io/github/messente/gocelery?branch=master)
[!["Latest Release"](https://img.shields.io/github/release/messente/gocelery.svg)](https://github.com/messente/gocelery/releases/latest)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/messente/gocelery/blob/master/LICENSE)

## Why?

Expand All @@ -20,7 +15,7 @@ You can also use this library as pure go distributed task queue.

## Go Celery Worker in Action

![demo](https://raw.githubusercontent.com/gocelery/gocelery/master/demo.gif)
![demo](https://raw.githubusercontent.com/messente/gocelery/master/demo.gif)

## Supported Brokers/Backends

Expand Down
2 changes: 1 addition & 1 deletion example/goclient/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"reflect"
"time"

"github.com/gocelery/gocelery"
"github.com/gomodule/redigo/redis"
"github.com/messente/gocelery"
)

// Run Celery Worker First!
Expand Down
2 changes: 1 addition & 1 deletion example/goworker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"fmt"
"time"

"github.com/gocelery/gocelery"
"github.com/gomodule/redigo/redis"
"github.com/messente/gocelery"
)

// exampleAddTask is integer addition task
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/gocelery/gocelery
module github.com/messente/gocelery

go 1.13

Expand Down

0 comments on commit e156b2e

Please # to comment.