diff options
| author | Kurt <kurt.w.jung@gmail.com> | 2019-04-30 14:44:34 -0400 | 
|---|---|---|
| committer | Kurt <kurt.w.jung@gmail.com> | 2019-04-30 14:44:34 -0400 | 
| commit | f5370ee922127973ea8aaf3aa6c0acc1082a8ab6 (patch) | |
| tree | 8894a587d594dd673c41afa2ca40dec8b1701b3c | |
| parent | 88c06828a097914c971a893f0048cd911e9b1a22 (diff) | |
Remove badges in README
| -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  | 
