Skip to content

Commit db1ffed

Browse files
Fix info about adding/removing feeds. (#601)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent c1d7c29 commit db1ffed

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

config/index.html.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ src="/static/images/python-logo.gif" alt="homepage" border="0" /></a>
134134

135135
<li>
136136
<i>
137-
To request addition or removal:<br />
138-
Open an issue on <a href="https://github.com/python/planet/issues">github</a><br />
137+
To request addition or removal,
138+
<a href="https://github.com/python/planet">open a PR or issue</a>
139139
</i>
140140
</li>
141141
</ul></li>

config/titles_only.html.tmpl

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,13 @@ src="/static/images/python-logo.gif" alt="homepage" border="0" /></a>
117117
<li><a href="<TMPL_VAR link ESCAPE="HTML">" title="<TMPL_VAR title ESCAPE="HTML">"><TMPL_VAR name></a>
118118
</li>
119119
</TMPL_LOOP>
120-
<li> <i>To request addition or removal:<br />
121-
e-mail planet at python.org (note, responses can take up to a few days)</i></li>
120+
121+
<li>
122+
<i>
123+
To request addition or removal,
124+
<a href="https://github.com/python/planet">open a PR or issue</a>
125+
</i>
126+
</li>
122127
</ul></li>
123128
</ul>
124129
</div>

0 commit comments

Comments
 (0)