pidgin/old.pidgin.im

510049e45ef3
Parents a16461167c3b
Children 4312e2de14d9
Switch links from /simpleticket to /newticket.

The former currently redirects to the latter. We should link directly
to the latter to avoid an unnecessary hop.

We previously used /simpleticket as a simpler form for filing bug reports.
That URL was provided by trac's "SimpleTicket" plugin. It sounds like we're
still using this plugin, but it accomplishes what it needs to by altering
the /newticket form. And so our web server config has a redirect in place.
--- a/htdocs/shared/403.php Tue Oct 22 22:12:43 2013 +0200
+++ b/htdocs/shared/403.php Sat Nov 02 19:19:13 2013 -0700
@@ -16,7 +16,7 @@
<p>Sorry, the page you tried to reach is hidden! Please try using other
links on the site to find what you're looking for. If you're sure this
page should work, please submit a <a
-href="https://developer.pidgin.im/simpleticket">new ticket</a> to let us
+href="https://developer.pidgin.im/newticket">new ticket</a> to let us
know about the problem.</p>
</div>
--- a/htdocs/shared/404.php Tue Oct 22 22:12:43 2013 +0200
+++ b/htdocs/shared/404.php Sat Nov 02 19:19:13 2013 -0700
@@ -18,7 +18,7 @@
<p>Sorry, the page you tried to reach isn't here! Please try using other
links on the site to find what you're looking for. If you're sure this
page should work, please submit a <a
-href="https://developer.pidgin.im/simpleticket">new ticket</a> to let us
+href="https://developer.pidgin.im/newticket">new ticket</a> to let us
know about the problem.</p>
</div>