Skip to content

Commit

Permalink
Merge pull request coinbase#8 from coinbase/patrick/update-godoc
Browse files Browse the repository at this point in the history
Change link to docs page
  • Loading branch information
patrick-ogrady authored Apr 10, 2020
2 parents 48078aa + 2c11134 commit d542597
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion asserter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Asserter

[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/asserter?tab=overview)
[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/asserter?tab=doc)

The Asserter package is used to validate the correctness of Rosetta models. It is
important to note that this validation only ensures that required fields are
Expand Down
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Client

[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/client?tab=overview)
[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/client?tab=doc)

The Client package reduces the work required to communicate with a Rosetta server.

Expand Down
2 changes: 1 addition & 1 deletion fetcher/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fetcher

[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/fetcher?tab=overview)
[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/fetcher?tab=doc)

The Fetcher package provides a simplified client interface to communicate
with a Rosetta server.
Expand Down
2 changes: 1 addition & 1 deletion models/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Models

[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/models?tab=overview)
[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/models?tab=doc)

Models contains a collection of auto-generated Rosetta models. Using this
package ensures that you don't need to automatically generate code on your
Expand Down
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Server

[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/server?tab=overview)
[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/server?tab=doc)

The Server package reduces the work required to write your own Rosetta server.
In short, this package takes care of the basics (boilerplate server code
Expand Down
2 changes: 1 addition & 1 deletion templates/docs/client.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Client

[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/client?tab=overview)
[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/client?tab=doc)

The Client package reduces the work required to communicate with a Rosetta server.

Expand Down
2 changes: 1 addition & 1 deletion templates/docs/models.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Models

[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/models?tab=overview)
[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/models?tab=doc)

Models contains a collection of auto-generated Rosetta models. Using this
package ensures that you don't need to automatically generate code on your
Expand Down
2 changes: 1 addition & 1 deletion templates/docs/server.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Server

[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/server?tab=overview)
[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/server?tab=doc)

The Server package reduces the work required to write your own Rosetta server.
In short, this package takes care of the basics (boilerplate server code
Expand Down

0 comments on commit d542597

Please sign in to comment.