[geany/www.geany.org] cb9c38: Fix homepage URL references and obsolete links

Enrico Tröger git-noreply at xxxxx
Sat May 11 13:15:46 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 31 Mar 2019 13:57:35 UTC
Commit:      cb9c38e196f254412967d3d5ae3890b92aefe4f9
             https://github.com/geany/www.geany.org/commit/cb9c38e196f254412967d3d5ae3890b92aefe4f9

Log Message:
-----------
Fix homepage URL references and obsolete links

Nobody uses SF anymore and Google+ is dead.


Modified Paths:
--------------
    geany/templates/home.html

Modified: geany/templates/home.html
15 lines changed, 7 insertions(+), 8 deletions(-)
===================================================================
@@ -95,12 +95,11 @@ <h2>Great Community</h2>
 			has a vibrant community of professionals and hobbiests alike
 			that contribute improvements and fixes across numerous
 			platforms including
-			<a href="{% url "page" "community/mailing-lists" %}">The Mailing Lists</a>,
-			<a href="{% url "page" "community/irc" %}">IRC</a>,
-			<a href="https://github.com/geany">Github</a>,
-			<a href="http://sourceforge.net/projects/geany/">SourceForge</a>, and
-			<a href="#">Google+</a>.</p>
-			<p><a class="btn btn-default" href="{% url "page" "community/contribute" %}">Get Involved »</a>
+			<a href="{% url "page" "support/mailing-lists" %}">The Mailing Lists</a>,
+			<a href="{% url "page" "support/irc" %}">IRC</a>,
+			<a href="https://github.com/geany">Github</a> and
+			<a href="https://twitter.com/GeanyIDE/">Twitter</a>.</p>
+			<p><a class="btn btn-default" href="{% url "page" "contribute" %}">Get Involved »</a>
 			   <a class="btn btn-default" href="{% url "page" "about/donate" %}">Donate »</a></p>
 	   </div>
 	</div>
@@ -139,8 +138,8 @@ <h2>RTFM</h2>
 			<p>Geany not only has an extensive <a href="{% url "page" "documentation/manual" %}">User Manual</a>
 			but also has a crowd-sourced <a href="http://wiki.geany.org/">Wiki</a> and full
 			<a href="http://www.geany.org/manual/reference/">Plugin API Documentation</a>. Not satisfied?</p>
-			<p>Hit us up on <a href="{% url "page" "community/mailing-lists" %}">The Mailing Lists</a> or
-			<a href="{% url "page" "community/irc" %}">IRC</a>
+			<p>Hit us up on <a href="{% url "page" "support/mailing-lists" %}">The Mailing Lists</a> or
+			<a href="{% url "page" "support/irc" %}">IRC</a>
 			and we'll get you on track.</p>
 			<p><a class="btn btn-default" href="{% url "page" "documentation/manual" %}">To The Docs! »</a></p>
 		</div>



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list