diff options
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | document.md | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -236,10 +236,13 @@ UTF-8 runes to code page bytes is provided. [coverage]: https://blog.golang.org/cover [dfont]: http://dejavu-fonts.org/ [draw2d]: https://github.com/llgcode/draw2d +[effective-go]: https://golang.org/doc/effective_go.html [fpdf]: http://www.fpdf.org/ -[gfont]: http://www.google.com/fonts/ +[fpdf-test]: https://github.com/jung-kurt/gofpdf/blob/master/fpdf_test.go +[gfont]: https://fonts.google.com/ [github]: https://github.com/jung-kurt/gofpdf [godoc]: https://godoc.org/github.com/jung-kurt/gofpdf +[issue109]: https://github.com/jung-kurt/gofpdf/issues/109 [jung]: https://github.com/jung-kurt/ [license]: https://raw.githubusercontent.com/jung-kurt/gofpdf/master/LICENSE [lint]: https://github.com/golang/lint @@ -247,7 +250,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 -[issue109]: https://github.com/jung-kurt/gofpdf/issues/109 -[fpdf-test]: https://github.com/jung-kurt/gofpdf/blob/master/fpdf_test.go -[effective-go]: https://golang.org/doc/effective_go.html
\ No newline at end of file +[vet]: https://godoc.org/golang.org/x/tools/cmd/vet
\ No newline at end of file diff --git a/document.md b/document.md index 69aaf41..3de4146 100644 --- a/document.md +++ b/document.md @@ -1,7 +1,7 @@ ~rm~ # GoFPDF document generator -~m~ +~x~ [![Git Hub repository][badge-github]][github] [![Kurt Jung][badge-author]][jung] ~rm~ @@ -243,10 +243,13 @@ UTF-8 runes to code page bytes is provided. [coverage]: https://blog.golang.org/cover [dfont]: http://dejavu-fonts.org/ [draw2d]: https://github.com/llgcode/draw2d +[effective-go]: https://golang.org/doc/effective_go.html [fpdf]: http://www.fpdf.org/ -[gfont]: http://www.google.com/fonts/ +[fpdf-test]: https://github.com/jung-kurt/gofpdf/blob/master/fpdf_test.go +[gfont]: https://fonts.google.com/ [github]: https://github.com/jung-kurt/gofpdf [godoc]: https://godoc.org/github.com/jung-kurt/gofpdf +[issue109]: https://github.com/jung-kurt/gofpdf/issues/109 [jung]: https://github.com/jung-kurt/ [license]: https://raw.githubusercontent.com/jung-kurt/gofpdf/master/LICENSE [lint]: https://github.com/golang/lint @@ -255,6 +258,3 @@ UTF-8 runes to code page bytes is provided. [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 -[issue109]: https://github.com/jung-kurt/gofpdf/issues/109 -[fpdf-test]: https://github.com/jung-kurt/gofpdf/blob/master/fpdf_test.go -[effective-go]: https://golang.org/doc/effective_go.html |