Skip to content

Commit

Permalink
fixed broken link in readme (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
  • Loading branch information
fredbi committed Dec 6, 2023
1 parent cd381d7 commit cb87dba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Slack Status](https://slackin.goswagger.io/badge.svg)](https://slackin.goswagger.io)
[![license](http://img.shields.io/badge/license-Apache%20v2-orange.svg)](https://raw.githubusercontent.com/go-openapi/swag/master/LICENSE)
[![GoDoc](https://pkg.go.dev/github.com/go-openapi/swag?status.svg)](http://pkg.go.dev.org/github.com/go-openapi/swag)
[![GoDoc](https://pkg.go.dev/github.com/go-openapi/swag?status.svg)](http://pkg.go.dev/github.com/go-openapi/swag)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-openapi/swag)](https://goreportcard.com/report/github.com/go-openapi/swag)

Contains a bunch of helper functions for go-openapi and go-swagger projects.
Expand All @@ -19,4 +19,5 @@ You may also use it standalone for your projects.

This repo has only few dependencies outside of the standard library:

* YAML utilities depend on gopkg.in/yaml.v3
* YAML utilities depend on `gopkg.in/yaml.v3`
* `github.com/mailru/easyjson v0.7.7`

0 comments on commit cb87dba

Please sign in to comment.