diff --git a/README.md b/README.md index 7a8f538..7fc1ae0 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -[![GoDoc](http://godoc.org/github.com/mborders/job-queue?status.png)](http://godoc.org/github.com/mborders/job-queue) -[![Build Status](https://travis-ci.org/mborders/job-queue.svg?branch=master)](https://travis-ci.org/mborders/job-queue) -[![Go Report Card](https://goreportcard.com/badge/github.com/mborders/job-queue)](https://goreportcard.com/report/github.com/mborders/job-queue) -[![codecov](https://codecov.io/gh/mborders/artifex/branch/master/graph/badge.svg)](https://codecov.io/gh/mborders/artifex) +[![GoDoc](http://godoc.org/github.com/alphaterra/artifex?status.png)](http://godoc.org/github.com/alphaterra/artifex) +[![Build Status](https://travis-ci.org/alphaterra/artifex.svg?branch=master)](https://travis-ci.org/alphaterra/artifex) +[![Go Report Card](https://goreportcard.com/badge/github.com/alphaterra/artifex)](https://goreportcard.com/report/github.com/alphaterra/artifex) +[![codecov](https://codecov.io/gh/alphaterra/artifex/branch/master/graph/badge.svg)](https://codecov.io/gh/alphaterra/artifex) # artifex Simple in-memory job queue for Golang using worker-based dispatching -Documentation here: https://godoc.org/github.com/mborders/job-queue +Documentation here: https://godoc.org/github.com/alphaterra/artifex ## Example Usage