<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" />
<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>