Skip to content

Commit 5dd0030

Browse files
committed
Drop planet.phpmyadmin.net
Fixes; #196
1 parent e5124c4 commit 5dd0030

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

pmaweb/templates/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,14 @@ <h2 class="entry-title"><a href="{% url 'news' %}">Latest News</a></h2>
121121
</div>
122122

123123
<div id="latest-blogs">
124-
<h2 class="entry-title"><a href="https://planet.phpmyadmin.net/">Latest Posts in Developers Blogs</a></h2>
124+
<h2 class="entry-title">Latest Posts in Developers Blogs</h2>
125125
<ul>
126126
{% for item in short_planet %}
127127
<li>
128128
<a href="{{ item.get_absolute_url }}">{{ item.date|date:"Y-m-d" }}: {{item.title}}</a>
129129
</li>
130130
{% endfor %}
131131
</ul>
132-
<p class="signature"><a href="https://planet.phpmyadmin.net/">...more blogs.</a></p>
133132
</div>
134133

135134
</div>

pmaweb/templates/news/post_archive.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
{% block content %}
55

6-
<p>Bored of official project news? Then check out developers blogs at
7-
<a href="https://planet.phpmyadmin.net/">planet phpMyAdmin</a>.</p>
8-
96
<p>You can also follow us on <a
107
href="https://www.facebook.com/pages/PhpMyAdmin/157021164334486">Facebook</a> or <a
118
href="https://twitter.com/phpmya">Twitter</a>. The news are also available in a

pmaweb/templates/team.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ <h2>Team</h2>
1616
<p>
1717
You can contact the team on the <a href="mailto:developers@phpmyadmin.net">development
1818
mailing list</a> (<a href="https://lists.phpmyadmin.net/mailman/listinfo/developers">subscription and archives</a>).
19-
You can follow the developers blogs at
20-
<a href="https://planet.phpmyadmin.net/">planet phpMyAdmin</a>.
2119
</p>
2220

2321
<div class="vcard" id="isaac">

0 commit comments

Comments
 (0)