Skip to content

Commit 63b3e35

Browse files
authored
Merge pull request #5 from opencensus-integrations/move_repo
update README to reflect repo move
2 parents d946a62 + b8f0655 commit 63b3e35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ocsql
22

3-
[![Go Report Card](https://goreportcard.com/badge/github.com/basvanbeek/ocsql)](https://goreportcard.com/report/github.com/basvanbeek/ocsql)
4-
[![GoDoc](https://godoc.org/github.com/basvanbeek/ocsql?status.svg)](https://godoc.org/github.com/basvanbeek/ocsql)
5-
[![Sourcegraph](https://sourcegraph.com/github.com/basvanbeek/ocsql/-/badge.svg)](https://sourcegraph.com/github.com/basvanbeek/ocsql?badge)
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/opencensus-integrations/ocsql)](https://goreportcard.com/report/github.com/opencensus-integrations/ocsql)
4+
[![GoDoc](https://godoc.org/github.com/opencensus-integrations/ocsql?status.svg)](https://godoc.org/github.com/opencensus-integrations/ocsql)
5+
[![Sourcegraph](https://sourcegraph.com/github.com/opencensus-integrations/ocsql/-/badge.svg)](https://sourcegraph.com/github.com/opencensus-integrations/ocsql?badge)
66

77
OpenCensus SQL database driver wrapper.
88

@@ -17,8 +17,8 @@ driver as shown below.
1717
Example:
1818
```go
1919
import (
20-
"github.com/basvanbeek/ocsql"
2120
_ "github.com/mattn/go-sqlite3"
21+
"github.com/opencensus-integrations/ocsql"
2222
)
2323

2424
var (
@@ -44,8 +44,8 @@ implementation exported.
4444
Example:
4545
```go
4646
import (
47-
"github.com/basvanbeek/ocsql"
4847
sqlite3 "github.com/mattn/go-sqlite3"
48+
"github.com/opencensus-integrations/ocsql"
4949
)
5050

5151
var (

0 commit comments

Comments
 (0)