PDFBOX-3330: change http: for https: for links in siteupdate where possible
diff --git a/content/siteupdate.md b/content/siteupdate.md
index dd73ae9..a246d9d 100644
--- a/content/siteupdate.md
+++ b/content/siteupdate.md
@@ -15,7 +15,7 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-
+
layout: default
title: Updating the Website
---
@@ -25,7 +25,7 @@
The content for the PDFBox website is kept in a [Git repository](https://git-wip-us.apache.org/repos/asf/pdfbox-docs) which is also mirrored to [GitHub](https://github.com/apache/pdfbox-docs). The site is split into two parts: the static content and the Javadoc for the PDFBox API. Both parts are build independently as further described below.
## Project Info
-The site is based on [Jekyll](http://jekyllrb.com). So you have to be familiar with the [Markdown](http://daringfireball.net/projects/markdown/syntax) template language and have Jekyll (ver. 2+) installed to contribute to the project.
+The site is based on [Jekyll](https://jekyllrb.com). So you have to be familiar with the [Markdown](https://daringfireball.net/projects/markdown/syntax) template language and have Jekyll (ver. 2+) installed to contribute to the project.
## Contribute
If you would like to enhance the website content you can submit a patch. To do so please open a ticket at our [Issue Tracker](https://issues.apache.org/jira/browse/PDFBOX), use `Documentation` for the `Component` and add your patch to the ticket.
@@ -33,7 +33,7 @@
## Development
### Install Jekyll
-Follow the instructions available on the [Jekyll](http://jekyllrb.com) website.
+Follow the instructions available on the [Jekyll](https://jekyllrb.com) website.
### Checkout from the Git Repository
Before you can edit the site, you need to check it out from the Git repository:
@@ -49,7 +49,7 @@
jekyll serve
~~~
-which will compile the changes and run a local webserver at
+which will compile the changes and run a local webserver at
~~~
http://localhost:4000