Change GSoC link to main wiki page for GSoC
authorDaniel Gustafsson <daniel@yesql.se>
Fri, 15 Oct 2021 12:10:35 +0000 (14:10 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Fri, 15 Oct 2021 12:10:35 +0000 (14:10 +0200)
The linked to content from developer/ was well out of date, with the
main GSoC content living on the Wiki.  Redirect the link to the Wiki
page instead to not confuse prospective students with stale info.

Discussion: https://postgr.es/m/13A038F4-9F14-496D-BBCA-9610B6F93EC1@yesql.se

templates/pages/developer.html

index 4044b97eb56490baa4fe43383b218f2c80cd1461..c78a6f0d6b6a076dcdd5e7ab5cce39ef8563abd7 100644 (file)
@@ -24,6 +24,6 @@ necessarily available in the release version of PostgreSQL - it may not yet even
 
 <h2>Google Summer of Code Program</h2>
 
-<p>The PostgreSQL Project is a proud participant in Google's Summer of Code program. If you are interested in working on a PostgreSQL related project, please check out our <a href="/developer/summerofcode/">Summer of Code</a> page.</p>
+<p>The PostgreSQL Project is a proud participant in Google's Summer of Code program. If you are interested in working on a PostgreSQL related project, please check out our <a href="https://wiki.postgresql.org/wiki/GSoC">Summer of Code</a> page.</p>
 
 {%endblock%}