Make links to git.postgresql.org use https
authorMagnus Hagander <magnus@hagander.net>
Mon, 30 May 2016 14:08:04 +0000 (16:08 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 30 May 2016 14:08:32 +0000 (16:08 +0200)
templates/pages/developer/coding.html
templates/pages/download.html

index 56a2fb04bb658e356dba05533540e61a91acdccf..4c59a4d1e6d8adca2a4195e45d70f457b287d347 100644 (file)
@@ -8,14 +8,14 @@
 
 <h2>Code access and information</h2>
 <ul>
-    <li><a href="http://git.postgresql.org/gitweb?p=postgresql.git">Web interface to the Source Code Repository</a></li>
+    <li><a href="https://git.postgresql.org/gitweb?p=postgresql.git">Web interface to the Source Code Repository</a></li>
     <li><a href="/docs/current/static/git.html">Information about the Source Code Repository</a></li>
     <li><a href="http://doxygen.postgresql.org/">Source Code Browser</a> (Doxygen)</li>
     <li><a href="/developer/backend/">Backend Flowchart</a></li>
     <li><a href="https://babel.postgresql.org/">Translating</a></li>
     <li><a href="https://wiki.postgresql.org/wiki/Developer_and_Contributor_Resources">Developer Section on wiki.postgresql.org</a></li>
     <li>
-     <form action="http://git.postgresql.org/gitweb" method="get">
+     <form action="https://git.postgresql.org/gitweb" method="get">
       <input type="hidden" name="p" value="postgresql.git" />
       <input type="hidden" name="a" value="commitdiff" />
       View git commit hash: <input type="text" name="h" size="40" />
index b2044d008e94723939ae680e43e61ea906969b5d..9717e1e38362e819c38b5db3e6c3c2331226cd73 100644 (file)
@@ -44,7 +44,7 @@ systems:
 <p>
 The source code can be found in the main <a href="/ftp/source">file browser</a>
 or you can access the source control repository directly
-at <a href="http://git.postgresql.org/gitweb/?p=postgresql.git;a=summary">git.postgresql.org</a>.
+at <a href="https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary">git.postgresql.org</a>.
 Instructions for building from source can be found in the
 <a href="/docs/current/static/installation.html">documentation</a>.
 </p>