summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-07-11 11:49:11 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-07-11 11:49:11 -0400
commita08ab04831660cef85a614f3934d1430ce9d0ddd (patch)
tree612af18d866123d7b57716724fd59837903e4516 /README.md
parent96cf4d71abd5f53a5cd02c4a0ea35b2ebcad2366 (diff)
Format a couple more links in markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index fc85b43..5c68b38 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ pdf.Cell(40, 10, "Hello, world")
err := pdf.OutputFileAndClose("hello.pdf")
```
-See the functions in the fpdf_test.go file (shown as examples in this
+See the functions in the [fpdf_test.go](https://github.com/jung-kurt/gofpdf/blob/master/fpdf_test.go) file (shown as examples in this
documentation) for more advanced PDF examples.
##Errors
@@ -74,8 +74,8 @@ retrieved with a call to Error().
##Conversion Notes
-This package is a relatively straightforward translation from the original [FPDF](http://www.fpdf.org/) library written in PHP (despite the caveat in the introduction to Effective
-Go). The API names have been retained even though the Go idiom would suggest
+This package is a relatively straightforward translation from the original [FPDF](http://www.fpdf.org/) library written in PHP (despite the caveat in the introduction to [Effective
+Go](https://golang.org/doc/effective_go.html)). 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
similarity of the two libraries makes the original FPDF website a good source
of information. It includes a forum and FAQ.
@@ -96,7 +96,7 @@ A side effect of running "go test" is the production of a number of example
PDFs. These can be found in the gofpdf/pdf directory after the tests complete.
Please note that these examples run in the context of a test. In order run an
-example as a standalone application, you'll need to examine fpdf_test.go for
+example as a standalone application, you'll need to examine [fpdf_test.go](https://github.com/jung-kurt/gofpdf/blob/master/fpdf_test.go) for
some helper routines, for example exampleFilename and summary.
##Nonstandard Fonts