You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2017/11/03 10:38:07 UTC

pdfbox-docs git commit: PDFBOX-3989: fix url from http to https

Repository: pdfbox-docs
Updated Branches:
  refs/heads/master bba6ce7b1 -> f57288dcc


PDFBOX-3989: fix url from http to https


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/f57288dc
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/f57288dc
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/f57288dc

Branch: refs/heads/master
Commit: f57288dcc23d22bb1d62fa5bf63502b56f178019
Parents: bba6ce7
Author: Maruan Sahyoun <sa...@fileaffairs.de>
Authored: Fri Nov 3 11:35:49 2017 +0100
Committer: Maruan Sahyoun <sa...@fileaffairs.de>
Committed: Fri Nov 3 11:35:49 2017 +0100

----------------------------------------------------------------------
 _config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/f57288dc/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 7ea88f1..8a5264b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,7 +6,7 @@ description: > # this means to ignore newlines until "baseurl:"
   and the ability to extract content from documents. Apache PDFBox also includes several
   command-line utilities. Apache PDFBox is published under the Apache License v2.0.
 baseurl: ""
-url: "http://pdfbox.apache.org/"
+url: "https://pdfbox.apache.org/"
 
 
 # Build settings
@@ -19,4 +19,4 @@ permalink: /news/:year/:month/:day/:title.html
 markdown_ext: "markdown,mkdown,mkdn,mkd,md,mdtext"
 
 encoding: UTF-8
-markdown: kramdown
\ No newline at end of file
+markdown: kramdown