From 23a84a6d0e6fff04d53f1f653c6addf5524d7330 Mon Sep 17 00:00:00 2001 From: Julien Laffaye Date: Fri, 5 Mar 2021 10:52:22 -0500 Subject: [PATCH] Replace godoc badge with pkg.go.dev --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c5a8f6..4ba1877 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/jlaffaye/ftp.svg?branch=master)](https://travis-ci.org/jlaffaye/ftp) [![Coverage Status](https://coveralls.io/repos/jlaffaye/ftp/badge.svg?branch=master&service=github)](https://coveralls.io/github/jlaffaye/ftp?branch=master) [![Go ReportCard](http://goreportcard.com/badge/jlaffaye/ftp)](http://goreportcard.com/report/jlaffaye/ftp) -[![godoc.org](https://godoc.org/github.com/jlaffaye/ftp?status.svg)](http://godoc.org/github.com/jlaffaye/ftp) +[![Go Reference](https://pkg.go.dev/badge/github.com/jlaffaye/ftp.svg)](https://pkg.go.dev/github.com/jlaffaye/ftp) A FTP client package for Go @@ -15,7 +15,7 @@ go get -u github.com/jlaffaye/ftp ## Documentation ## -https://pkg.go.dev/github.com/jlaffaye/ftp?tab=doc +https://pkg.go.dev/github.com/jlaffaye/ftp ## Example ##