Skip to content

Commit

Permalink
Update doc link to reference pkg.go.dev (#25)
Browse files Browse the repository at this point in the history
`godoc.org` is still alive, but requests redirect to pkg.go.dev.
This fixed to point to pkg.go.dev direct to reduce unneeded redirect.

Ref: https://blog.golang.org/godoc.org-redirect
  • Loading branch information
y-yagi committed Apr 30, 2021
1 parent 82f5821 commit 02b8ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/gin-gonic/autotls.svg?branch=master)](https://travis-ci.org/gin-gonic/autotls)
[![Go Report Card](https://goreportcard.com/badge/github.com/gin-gonic/autotls)](https://goreportcard.com/report/github.com/gin-gonic/autotls)
[![GoDoc](https://godoc.org/github.com/gin-gonic/autotls?status.svg)](https://godoc.org/github.com/gin-gonic/autotls)
[![GoDoc](https://pkg.go.dev/badge/github.com/gin-gonic/autotls?status.svg)](https://pkg.go.dev/github.com/gin-gonic/autotls)
[![Join the chat at https://gitter.im/gin-gonic/autotls](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gin-gonic/autotls?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Support Let's Encrypt for a Go server application.
Expand Down

0 comments on commit 02b8ac3

Please sign in to comment.