/www/pidgin: 510049e45ef3: Switch links from /simpleticket to /n...

Mark Doliner mark at kingant.net
Sat Nov 2 22:19:17 EDT 2013


Changeset: 510049e45ef38e80f810465affade6c2668909c3
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2013-11-02 19:19 -0700
Branch:	 default
URL: https://hg.pidgin.im/www/pidgin/rev/510049e45ef3

Description:

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.

diffstat:

 htdocs/shared/403.php |  2 +-
 htdocs/shared/404.php |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff --git a/htdocs/shared/403.php b/htdocs/shared/403.php
--- a/htdocs/shared/403.php
+++ b/htdocs/shared/403.php
@@ -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>
diff --git a/htdocs/shared/404.php b/htdocs/shared/404.php
--- a/htdocs/shared/404.php
+++ b/htdocs/shared/404.php
@@ -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>



More information about the Commits mailing list