diff options
author | Sashi20 | 2020-07-24 13:32:14 +0530 |
---|---|---|
committer | GitHub | 2020-07-24 13:32:14 +0530 |
commit | b4ebfa8693d446d1919c4174e20a75588304d29b (patch) | |
tree | 9ea80bc4c38afbcf3d7589edc958e9aad1b35fd5 /pdf/fpdf/doc/addlink.htm | |
parent | d7f0352ef806756056d0d903ae8306b32b804bec (diff) | |
parent | 214a9734308375077f67db1d54bde6696719e4bd (diff) | |
download | dwsim_flowsheet-b4ebfa8693d446d1919c4174e20a75588304d29b.tar.gz dwsim_flowsheet-b4ebfa8693d446d1919c4174e20a75588304d29b.tar.bz2 dwsim_flowsheet-b4ebfa8693d446d1919c4174e20a75588304d29b.zip |
Merge pull request #46 from Sashi20/drupal_7.x
Update certificate headers and FPDF version
Diffstat (limited to 'pdf/fpdf/doc/addlink.htm')
-rwxr-xr-x | pdf/fpdf/doc/addlink.htm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pdf/fpdf/doc/addlink.htm b/pdf/fpdf/doc/addlink.htm index 5681d58..6260664 100755 --- a/pdf/fpdf/doc/addlink.htm +++ b/pdf/fpdf/doc/addlink.htm @@ -15,11 +15,11 @@ which directs to another place within the document. The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is
defined with SetLink().
<h2>See also</h2>
-<a href="cell.htm">Cell()</a>,
-<a href="write.htm">Write()</a>,
-<a href="image.htm">Image()</a>,
-<a href="link.htm">Link()</a>,
-<a href="setlink.htm">SetLink()</a>.
+<a href="cell.htm">Cell</a>,
+<a href="write.htm">Write</a>,
+<a href="image.htm">Image</a>,
+<a href="link.htm">Link</a>,
+<a href="setlink.htm">SetLink</a>
<hr style="margin-top:1.5em">
<div style="text-align:center"><a href="index.htm">Index</a></div>
</body>
|