Avoid redirect on opensource.org links
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 1 Feb 2018 19:52:33 +0000 (20:52 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 1 Feb 2018 19:52:33 +0000 (20:52 +0100)
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.

templates/pages/about.html
templates/pages/about/licence.html

index 5af7222d98aed7d8c7a2ea6a7bab63dfc14b6791..adc7f66bfdb6b149ecf23cd223d0d945b64d6704 100644 (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
 name a few.
 </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,
 modify and distribute PostgreSQL in any form you like, open or closed
 source. Any modifications, enhancements, or changes you make are yours to do
index f741d13971665baf408563d7cc6fd8ba7364a94b..c55d1dbf133365a4012b09b75b4e5051e1010ed7 100644 (file)
@@ -2,7 +2,7 @@
 {%block title%}License{%endblock%}
 {%block contents%}
 <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>
 
 <p>PostgreSQL Database Management System<br />