From a6cfa1a041277da3b481e1421c4f81542e2127c0 Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 30 Apr 2019 15:46:15 -0400 Subject: Correct link for go vet --- document.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/document.md b/document.md index 7a65c60..f3bd9e1 100644 --- a/document.md +++ b/document.md @@ -82,7 +82,7 @@ If an error occurs in an Fpdf method, an internal error field is set. After this occurs, Fpdf method calls typically return without performing any operations and the error state is retained. This error management scheme facilitates PDF generation since individual method calls do not need to be -examined for failure; it is generally sufficient to wait until after Output() +examined for failure; it is generally sufficient to wait until after `Output()` is called. For the same reason, if an error occurs in the calling application during PDF generation, it may be desirable for the application to transfer the error to the Fpdf instance by calling the `SetError()` method or the @@ -240,7 +240,7 @@ UTF-8 runes to code page bytes is provided. [badge-github]: https://img.shields.io/badge/project-Git_Hub-blue.svg [badge-mit]: https://img.shields.io/badge/license-MIT-blue.svg [badge-report]: https://goreportcard.com/badge/github.com/jung-kurt/gofpdf -[badge-status]: https://travis-ci.org/jung-kurt/gofpdf.svg?branch=master) +[badge-status]: https://travis-ci.org/jung-kurt/gofpdf.svg?branch=master [coverage]: https://blog.golang.org/cover [dfont]: http://dejavu-fonts.org/ [draw2d-site]: https://github.com/llgcode/draw2d @@ -258,4 +258,4 @@ UTF-8 runes to code page bytes is provided. [report]: https://goreportcard.com/report/github.com/jung-kurt/gofpdf [status]: https://travis-ci.org/jung-kurt/gofpdf [test]: https://github.com/jung-kurt/gofpdf/blob/master/fpdf_test.go -[vet]: https://godoc.org/golang.org/x/tools/cmd/vet +[vet]: https://golang.org/cmd/vet/ -- cgit v1.2.1-24-ge1ad