summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-04-30 15:46:15 -0400
committerKurt <kurt.w.jung@gmail.com>2019-04-30 15:46:15 -0400
commita6cfa1a041277da3b481e1421c4f81542e2127c0 (patch)
tree68fd0c6bd43cc56c56f3f83c1bf6849a95e15cf4
parenta969d142c20fd3f68274cf03886aab285e06e751 (diff)
Correct link for go vet
-rw-r--r--document.md6
1 files 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/