Skip to content

Commit e46713e

Browse files
authored
chore: update readme links to use module v2 (#315)
1 parent e76b6f3 commit e46713e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ You can view the definition using [Swagger UI](https://swagger.io/tools/swagger-
2626
$ go get github.com/netlify/open-api/...
2727
```
2828

29-
- [Porcelain](https://godoc.org/github.com/netlify/open-api/go/porcelain): High level interactions and operations
30-
- [Plumbing](https://godoc.org/github.com/netlify/open-api/go/plumbing): Low level client operations generated by [go-swagger][go-swagger]
31-
- [Models](https://godoc.org/github.com/netlify/open-api/go/models): Models generated by [go-swagger][go-swagger]
29+
- [Porcelain](https://godoc.org/github.com/netlify/open-api/v2/go/porcelain): High level interactions and operations
30+
- [Plumbing](https://godoc.org/github.com/netlify/open-api/v2/go/plumbing): Low level client operations generated by [go-swagger][go-swagger]
31+
- [Models](https://godoc.org/github.com/netlify/open-api/v2/go/models): Models generated by [go-swagger][go-swagger]
3232

3333
See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how this client is developed and generated.
3434

@@ -89,10 +89,10 @@ MIT. See [LICENSE](LICENSE) for more details.
8989
[npm-js]: https://npmjs.org/package/netlify
9090
[dl-js-img]: https://img.shields.io/npm/dm/netlify.svg
9191
[dl-js]: https://npmjs.org/package/netlify
92-
[godoc-img]: https://godoc.org/github.com/netlify/open-api/go?status.svg
93-
[godoc]: https://godoc.org/github.com/netlify/open-api/go
94-
[goreport-img]: https://goreportcard.com/badge/github.com/netlify/open-api
95-
[goreport]: https://goreportcard.com/report/github.com/netlify/open-api
92+
[godoc-img]: https://godoc.org/github.com/netlify/open-api/v2/go?status.svg
93+
[godoc]: https://godoc.org/github.com/netlify/open-api/v2/go
94+
[goreport-img]: https://goreportcard.com/badge/github.com/netlify/open-api/v2
95+
[goreport]: https://goreportcard.com/report/github.com/netlify/open-api/v2
9696
[git-img]: https://img.shields.io/github/release/netlify/open-api.svg
9797
[git]: https://github.com/netlify/open-api/releases/latest
9898
[open-api-2]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md

0 commit comments

Comments
 (0)