You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2016/12/07 14:21:41 UTC

svn commit: r1773082 - in /opennlp/site/trunk: content/building.mdtext content/download.mdtext content/get-involved.mdtext templates/sidenav.mdtext

Author: joern
Date: Wed Dec  7 14:21:41 2016
New Revision: 1773082

URL: http://svn.apache.org/viewvc?rev=1773082&view=rev
Log:
Update links to use https if possible

Modified:
    opennlp/site/trunk/content/building.mdtext
    opennlp/site/trunk/content/download.mdtext
    opennlp/site/trunk/content/get-involved.mdtext
    opennlp/site/trunk/templates/sidenav.mdtext

Modified: opennlp/site/trunk/content/building.mdtext
URL: http://svn.apache.org/viewvc/opennlp/site/trunk/content/building.mdtext?rev=1773082&r1=1773081&r2=1773082&view=diff
==============================================================================
--- opennlp/site/trunk/content/building.mdtext (original)
+++ opennlp/site/trunk/content/building.mdtext Wed Dec  7 14:21:41 2016
@@ -2,9 +2,9 @@ Title: Building from Source
 
 ## Prerequisites
 
- - If you have an IDE installed such as [NetBeans](http://www.netbeans.org/) or [Eclipse](http://www.eclipse.org/) installed, it will make your development easier.  However, follow on for the brave.
- - At least [JDK 5](http://www.oracle.com/technetwork/java/javase/overview/index.html) is required to compile and run the object code.
- - At least [Apache Maven 3.0](http://maven.apache.org/) is required to build the source files and assemble the project.
+ - If you have an IDE installed such as [NetBeans](https://netbeans.org/) or [Eclipse](https://www.eclipse.org/) installed, it will make your development easier.  However, follow on for the brave.
+ - At least [JDK 7](http://www.oracle.com/technetwork/java/javase/overview/index.html) is required to compile and run the object code.
+ - At least [Apache Maven 3.0](https://maven.apache.org/) is required to build the source files and assemble the project.
 
 ## Build Procedure
 

Modified: opennlp/site/trunk/content/download.mdtext
URL: http://svn.apache.org/viewvc/opennlp/site/trunk/content/download.mdtext?rev=1773082&r1=1773081&r2=1773082&view=diff
==============================================================================
--- opennlp/site/trunk/content/download.mdtext (original)
+++ opennlp/site/trunk/content/download.mdtext Wed Dec  7 14:21:41 2016
@@ -32,7 +32,7 @@ That can easily be done with:
 * gpg --import KEYS
 
 More information about release signing and verifying signatures can 
-be found [here](http://www.apache.org/dev/release-signing.html).
+be found [here](https://www.apache.org/dev/release-signing.html).
 
 ## Models
 The models over at SourceForge for 1.5.0 can be [found here](http://opennlp.sourceforge.net/models-1.5/)

Modified: opennlp/site/trunk/content/get-involved.mdtext
URL: http://svn.apache.org/viewvc/opennlp/site/trunk/content/get-involved.mdtext?rev=1773082&r1=1773081&r2=1773082&view=diff
==============================================================================
--- opennlp/site/trunk/content/get-involved.mdtext (original)
+++ opennlp/site/trunk/content/get-involved.mdtext Wed Dec  7 14:21:41 2016
@@ -13,8 +13,8 @@ Every received patch will be reviewed an
 to change it.
 
 Bigger contributions can eventually only be accepted when an
-[ICLA](http://www.apache.org/licenses/icla.txt), [CCLA](http://www.apache.org/licenses/cla-corporate.txt)
-or [software grant](http://www.apache.org/licenses/software-grant.txt) is on file.
+[ICLA](https://www.apache.org/licenses/icla.txt), [CCLA](https://www.apache.org/licenses/cla-corporate.txt)
+or [software grant](https://www.apache.org/licenses/software-grant.txt) is on file.
 
 Contributors who have a history of successful participation are invited to join
-the project as a committer from the [PPMC](http://incubator.apache.org/guides/ppmc.html).
\ No newline at end of file
+the project as a committer from the [PPMC](https://incubator.apache.org/guides/ppmc.html).

Modified: opennlp/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/opennlp/site/trunk/templates/sidenav.mdtext?rev=1773082&r1=1773081&r2=1773082&view=diff
==============================================================================
--- opennlp/site/trunk/templates/sidenav.mdtext (original)
+++ opennlp/site/trunk/templates/sidenav.mdtext Wed Dec  7 14:21:41 2016
@@ -2,7 +2,7 @@
  - [Home](/index.html)
  - [Download](/download.html)
  - [Maven Dependency](/maven-dependency.html)
- - <a href="http://www.apache.org/licenses/" class="externalLink">License</a>
+ - <a href="https://www.apache.org/licenses/" class="externalLink">License</a>
  - [Documentation](/documentation.html)
  - [News](/news.html)
  - [Mailing Lists](/mail-lists.html)
@@ -16,9 +16,9 @@
  - [Making a release](/release.html)
  - [Project Team](/team.html)
 # ASF
-  - <a href="http://www.apache.org" class="externalLink">ASF</a>
-  - <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
-  - <a href="http://www.apache.org/security/" class="externalLink">Security</a>
-  - <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Become a Sponsor</a>
+  - <a href="https://www.apache.org" class="externalLink">ASF</a>
+  - <a href="https://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+  - <a href="https://www.apache.org/security/" class="externalLink">Security</a>
+  - <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink">Become a Sponsor</a>