Skip to content

Commit

Permalink
Update README.md to use go.dev for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnet committed Feb 27, 2020
1 parent 5a6f757 commit 8b8e4c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package for equality of Go values

[![GoDoc](https://godoc.org/github.com/google/go-cmp/cmp?status.svg)][godoc]
[![GoDev](https://img.shields.io/static/v1?label=godev&message=reference&color=00add8)][godev]
[![Build Status](https://travis-ci.org/google/go-cmp.svg?branch=master)][travis]

This package is intended to be a more powerful and safer alternative to
Expand All @@ -24,11 +24,11 @@ The primary features of `cmp` are:
by using an `Ignore` option (see `cmpopts.IgnoreUnexported`) or explicitly
compared using the `AllowUnexported` option.

See the [GoDoc documentation][godoc] for more information.
See the [GoDev documentation][godev] for more information.

This is not an official Google product.

[godoc]: https://godoc.org/github.com/google/go-cmp/cmp
[godev]: https://pkg.go.dev/github.com/google/go-cmp/cmp
[travis]: https://travis-ci.org/google/go-cmp

## Install
Expand Down

0 comments on commit 8b8e4c2

Please sign in to comment.