Skip to content

Commit 5ece4a3

Browse files
authored
docs: update GoDoc links to Go Reference (#1197)
1 parent b8600c5 commit 5ece4a3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![CI](https://github.com/getkin/kin-openapi/workflows/go/badge.svg)](https://github.com/getkin/kin-openapi/actions)
22
[![Go Report Card](https://goreportcard.com/badge/github.com/getkin/kin-openapi)](https://goreportcard.com/report/github.com/getkin/kin-openapi)
3-
[![GoDoc](https://godoc.org/github.com/getkin/kin-openapi?status.svg)](https://godoc.org/github.com/getkin/kin-openapi)
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/getkin/kin-openapi.svg)](https://pkg.go.dev/github.com/getkin/kin-openapi)
44
[![Join Gitter Chat Channel -](https://badges.gitter.im/getkin/kin.svg)](https://gitter.im/getkin/kin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

66
# Introduction
7-
A [Go](https://golang.org) project for handling [OpenAPI](https://www.openapis.org/) files. We target:
7+
A [Go](https://go.dev) project for handling [OpenAPI](https://www.openapis.org/) files. We target:
88
* [OpenAPI `v2.0`](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md) (formerly known as Swagger)
99
* [OpenAPI `v3.0`](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md)
1010
* [OpenAPI `v3.1`](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md) Soon! [Tracking issue here.](https://github.com/getkin/kin-openapi/issues/230)
@@ -39,16 +39,16 @@ Here's some projects that depend on _kin-openapi_:
3939
Be sure to check [OpenAPI Initiative](https://github.com/OAI)'s [great tooling list](https://github.com/OAI/OpenAPI-Specification/blob/master/IMPLEMENTATIONS.md) as well as [OpenAPI.Tools](https://openapi.tools/).
4040

4141
# Structure
42-
* _openapi2_ ([godoc](https://godoc.org/github.com/getkin/kin-openapi/openapi2))
42+
* _openapi2_ ([Go Reference](https://pkg.go.dev/github.com/getkin/kin-openapi/openapi2))
4343
* Support for OpenAPI 2 files, including serialization, deserialization, and validation.
44-
* _openapi2conv_ ([godoc](https://godoc.org/github.com/getkin/kin-openapi/openapi2conv))
44+
* _openapi2conv_ ([Go Reference](https://pkg.go.dev/github.com/getkin/kin-openapi/openapi2conv))
4545
* Converts OpenAPI 2 files into OpenAPI 3 files.
46-
* _openapi3_ ([godoc](https://godoc.org/github.com/getkin/kin-openapi/openapi3))
46+
* _openapi3_ ([Go Reference](https://pkg.go.dev/github.com/getkin/kin-openapi/openapi3))
4747
* Support for OpenAPI 3 files, including serialization, deserialization, and validation.
48-
* _openapi3filter_ ([godoc](https://godoc.org/github.com/getkin/kin-openapi/openapi3filter))
48+
* _openapi3filter_ ([Go Reference](https://pkg.go.dev/github.com/getkin/kin-openapi/openapi3filter))
4949
* Validates HTTP requests and responses
5050
* Provides a [gorilla/mux](https://github.com/gorilla/mux) router for OpenAPI operations
51-
* _openapi3gen_ ([godoc](https://godoc.org/github.com/getkin/kin-openapi/openapi3gen))
51+
* _openapi3gen_ ([Go Reference](https://pkg.go.dev/github.com/getkin/kin-openapi/openapi3gen))
5252
* Generates `*openapi3.Schema` values for Go types.
5353

5454
# Some recipes

0 commit comments

Comments
 (0)