<body>
<div id="pggitWrap">
<div id="pggitHeader">
- <div class="fl"><img src="http://www.postgresql.org/layout/images/hdr_left.png" alt="PostgreSQL" /></div>
- <div class="fr"><img width="210" height="80" src="http://www.postgresql.org/layout/images/hdr_right.png" alt="The world's most advanced open source database" /></div>
+ <div class="fl"><img src="https://www.postgresql.org/layout/images/hdr_left.png" alt="PostgreSQL" /></div>
+ <div class="fr"><img width="210" height="80" src="https://www.postgresql.org/layout/images/hdr_right.png" alt="The world's most advanced open source database" /></div>
<div class="cb"></div>
</div> <!-- pggitHeader -->
<div id="pggitMain">
<p>
If you want to to use git, while also getting some of the features
that are on pgfoundry, we strongly advise you to look at
-<a href="http://github.com">github</a>. They provide full project hosting
+<a href="https://github.com">github</a>. They provide full project hosting
on git, including webpages, wikis and issue trackers. They provide a much
more refined hosting product than we do, and as long as your project is
open source, it's free!
<p>
If you want to work on code on one of the main PostgreSQL projects (including
the backend and pgAdmin for example), there are mirrors of these projects
-available under the <a href="http://github.com/postgres">postgres</a>
+available under the <a href="https://github.com/postgres">postgres</a>
organization on github. Forking from there will give you access to many
useful github tools for tracking your work.
</p>
root namespace. If it's a personal development repository, for example a place
to push your patches to the main PostgreSQL project, it should live under the
<i>users</i> namespace, using the pattern <i>users/<userid>/<repository></i>.
-Note that in most cases, using <a href="http://github.com">github</a> and
-forking the <a href="http://github.com/postgres/postgres">PostgreSQL mirror</a>
+Note that in most cases, using <a href="https://github.com">github</a> and
+forking the <a href="https://github.com/postgres/postgres">PostgreSQL mirror</a>
is a better way to work with your development branches.
</p>