Avoid redirect on opensource.org links

http://www.opensource.org/licenses/postgresql redirects with a
301 to its https counterpart, update the link to save a redirect
for our users.

This link is present in all the presskits as well, but the amount
of clicks there should be low enough to not bother.
This commit is contained in:
Daniel Gustafsson
2018-02-01 20:52:33 +01:00
parent 040b14e93a
commit c4a6afe023
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ compiled and interpreted to interface with PostgreSQL. There are interfaces for
Java (JDBC), ODBC, Perl, Python, Ruby, C, C++, PHP, Lisp, Scheme, and Qt just to Java (JDBC), ODBC, Perl, Python, Ruby, C, C++, PHP, Lisp, Scheme, and Qt just to
name a few. name a few.
</p><p>Best of all, PostgreSQL's source code is available under a liberal </p><p>Best of all, PostgreSQL's source code is available under a liberal
open source license: the <a href="http://www.opensource.org/licenses/postgresql">PostgreSQL License</a>. open source license: the <a href="https://www.opensource.org/licenses/postgresql">PostgreSQL License</a>.
This license gives you the freedom to use, This license gives you the freedom to use,
modify and distribute PostgreSQL in any form you like, open or closed modify and distribute PostgreSQL in any form you like, open or closed
source. Any modifications, enhancements, or changes you make are yours to do source. Any modifications, enhancements, or changes you make are yours to do

View File

@ -2,7 +2,7 @@
{%block title%}License{%endblock%} {%block title%}License{%endblock%}
{%block contents%} {%block contents%}
<h1>License</h1> <h1>License</h1>
<p>PostgreSQL is released under the <a href="http://www.opensource.org/licenses/postgresql">PostgreSQL License</a>, <p>PostgreSQL is released under the <a href="https://www.opensource.org/licenses/postgresql">PostgreSQL License</a>,
a liberal Open Source license, similar to the BSD or MIT licenses.</p> a liberal Open Source license, similar to the BSD or MIT licenses.</p>
<p>PostgreSQL Database Management System<br /> <p>PostgreSQL Database Management System<br />