Camel-Pdf docs - fixed three broken links in header's table
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6def9fb6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6def9fb6 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6def9fb6 Branch: refs/heads/master Commit: 6def9fb6d79caff4b48c5cc90f30d72238076ad5 Parents: 3c4f3ea Author: Melissa Flinn <[email protected]> Authored: Tue Oct 10 14:53:24 2017 -0400 Committer: Andrea Cosentino <[email protected]> Committed: Wed Oct 11 07:51:35 2017 +0200 ---------------------------------------------------------------------- components/camel-pdf/src/main/docs/pdf-component.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/6def9fb6/components/camel-pdf/src/main/docs/pdf-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-pdf/src/main/docs/pdf-component.adoc b/components/camel-pdf/src/main/docs/pdf-component.adoc index ba0f78c..b65332f 100644 --- a/components/camel-pdf/src/main/docs/pdf-component.adoc +++ b/components/camel-pdf/src/main/docs/pdf-component.adoc @@ -81,15 +81,15 @@ with the following path and query parameters: |`pdf-document` |*Mandatory* header for `append` operation and ignored in all other operations. Expected type is -https://pdfbox.apache.org/docs/1.8.9/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html[PDDocument]. +https://pdfbox.apache.org/docs/1.8.10/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html[PDDocument]. Stores PDF document which will be used for append operation. |`protection-policy` |Expected type -ishttps://pdfbox.apache.org/docs/1.8.9/javadocs/org/apache/pdfbox/pdmodel/encryption/ProtectionPolicy.html[ProtectionPolicy]. +ishttps://pdfbox.apache.org/docs/1.8.10/javadocs/org/apache/pdfbox/pdmodel/encryption/ProtectionPolicy.html[ProtectionPolicy]. If specified then PDF document will be encrypted with it. |`decryption-material` |Expected type -ishttps://pdfbox.apache.org/docs/1.8.9/javadocs/org/apache/pdfbox/pdmodel/encryption/DecryptionMaterial.html[DecryptionMaterial]. +ishttps://pdfbox.apache.org/docs/1.8.10/javadocs/org/apache/pdfbox/pdmodel/encryption/DecryptionMaterial.html[DecryptionMaterial]. *Mandatory* header if PDF document is encrypted. |=======================================================================
