Skip to content

Commit 82d3e37

Browse files
committed
Update paths
1 parent cd53251 commit 82d3e37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
This project was automatically exported from code.google.com/p/go-uuid
22

3-
# uuid ![build status](https://travis-ci.org/pborman/uuid.svg?branch=master)
3+
# uuid ![build status](https://travis-ci.org/google/uuid.svg?branch=master)
44
The uuid package generates and inspects UUIDs based on [RFC 412](http://tools.ietf.org/html/rfc4122) and DCE 1.1: Authentication and Security Services.
55

66
###### Install
7-
`go get github.com/pborman/uuid`
7+
`go get github.com/google/uuid`
88

99
###### Documentation
10-
[![GoDoc](https://godoc.org/github.com/pborman/uuid?status.svg)](http://godoc.org/github.com/pborman/uuid)
10+
[![GoDoc](https://godoc.org/github.com/google/uuid?status.svg)](http://godoc.org/github.com/google/uuid)
1111

1212
Full `go doc` style documentation for the package can be viewed online without installing this package by using the GoDoc site here:
13-
http://godoc.org/github.com/pborman/uuid
13+
http://godoc.org/github.com/google/uuid

0 commit comments

Comments
 (0)