Skip to content

Commit

Permalink
Merge pull request #26 from ramonmedeiros/fix_links_repo
Browse files Browse the repository at this point in the history
Remove references to voi-go repo
  • Loading branch information
K-Phoen authored Feb 8, 2021
2 parents e0fec32 + a0c1d06 commit 0cfc4ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This can be done easily using the [`-s`](https://github.com/git/git/blob/b2c150d

The official support channels, for both users and contributors, are:

- GitHub [issues](https://github.com/voi-go/svc/issues)*
- GitHub [issues](https://github.com/voi-oss/svc/issues)*


## How to Contribute
Expand Down Expand Up @@ -90,5 +90,5 @@ We're much more likely to approve your changes if you:
* Maintain backward compatibility.

[fork]: https://github.com/uber-go/zap/fork
[open-issue]: https://github.com/voi-go/svc/issues/new
[open-issue]: https://github.com/voi-oss/svc/issues/new
[commit-message]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# SVC - Worker life-cycle manager

[![Go Report Card](https://goreportcard.com/badge/github.com/voi-go/svc?style=flat-square)](https://goreportcard.com/report/github.com/voi-go/svc)
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/voi-go/svc)
[![Go Report Card](https://goreportcard.com/badge/github.com/voi-oss/svc?style=flat-square)](https://goreportcard.com/report/github.com/voi-oss/svc)
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/voi-oss/svc)
[![codecov](https://codecov.io/gh/voi-oss/svc/branch/master/graph/badge.svg)](https://codecov.io/gh/voi-oss/svc)

SVC is a framework that creates a long-running service process, managing the
Expand Down Expand Up @@ -125,7 +125,7 @@ See [net/http/pprof](https://godoc.org/net/http/pprof).
package main

import (
"github.com/voi-go/svc"
"github.com/voi-oss/svc"
"go.uber.org/zap"
)

Expand Down

0 comments on commit 0cfc4ac

Please sign in to comment.