summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-04-30 15:43:31 -0400
committerKurt <kurt.w.jung@gmail.com>2019-04-30 15:43:31 -0400
commita969d142c20fd3f68274cf03886aab285e06e751 (patch)
tree477700df21f20892af54f1a6d1a3623b9a2d26b0 /README.md
parent54f3906c54220782edebd4fef4d8052d0d1d658e (diff)
Modify some link targets
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3005d76..e1f1f8e 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ itself can be retrieved with a call to `Error()`.
## Conversion Notes
This package is a relatively straightforward translation from the original
-[FPDF][fpdf] library written in PHP (despite the caveat in the
+[FPDF][fpdf-site] library written in PHP (despite the caveat in the
introduction to [Effective Go][effective-go]). The
API names have been retained even though the Go idiom would suggest otherwise
(for example, `pdf.GetX()` is used rather than simply `pdf.X()`). The
@@ -148,7 +148,7 @@ fonts include [Google Fonts][gfont] and [DejaVu Fonts][dfont].
## Related Packages
-The [draw2d][draw2d] package is a two dimensional vector graphics library that
+The [draw2d][draw2d-site] package is a two dimensional vector graphics library that
can generate output in different forms. It uses gofpdf for its document
production mode.
@@ -180,7 +180,7 @@ the contributors acknowledged below.
## Acknowledgments
-This package's code and documentation are closely derived from the [FPDF][fpdf]
+This package's code and documentation are closely derived from the [FPDF][fpdf-site]
library created by Olivier Plathey, and a number of font and image resources
are copied directly from it. Bruno Michel has provided valuable assistance with
the code. Drawing support is adapted from the FPDF geometric figures script by
@@ -231,9 +231,9 @@ UTF-8 runes to code page bytes is provided.
[badge-status]: https://travis-ci.org/jung-kurt/gofpdf.svg?branch=master)
[coverage]: https://blog.golang.org/cover
[dfont]: http://dejavu-fonts.org/
-[draw2d]: https://github.com/llgcode/draw2d
+[draw2d-site]: https://github.com/llgcode/draw2d
[effective-go]: https://golang.org/doc/effective_go.html
-[fpdf]: http://www.fpdf.org/
+[fpdf-site]: http://www.fpdf.org/
[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