Bug Tracker

Modify

Ticket #11442 (closed bug: duplicate)

Opened 15 months ago

Last modified 13 months ago

bugs.jquery.com contains a link to the now-dead dev.jquery.com

Reported by: amonat@… Owned by:
Priority: low Milestone: None
Component: web Version: git
Keywords: Cc: dougneiner
Blocking: Blocked by:

Description

The "Bug Tracker" link in the bottom nav bar of bugs.jquery.com has its href set to " http://dev.jquery.com", whereas it ought to be "http://bugs.jquery.com" (the top nav bar correctly links to bugs.jquery.com).

Running

$(".jq-bugTracker a").each(function(i, e) { console.log($(e).attr("href")); })

prints

http://bugs.jquery.com/
http://dev.jquery.com/

(See, I used jQuery in the bug about the jQuery bug tracker in the jQuery bug tracker.)

Change History

comment:1 Changed 15 months ago by rwaldron

:D

comment:2 Changed 15 months ago by amonat@…

Also, apparently  http://jquery.com/ and other related pages don't generate their nav bars from the same source as bugs does, because they have  http://dev.jquery.com/ in both the top and bottom nav bars.

comment:3 Changed 15 months ago by addyosmani

  • Cc dougneiner added
  • Priority changed from undecided to low
  • Status changed from new to open
  • Component changed from unfiled to web

Thanks for reporting this. We'll try to get this sorted out.

comment:4 Changed 14 months ago by anonymous

Can you fix this, please?

It took me some days until I've noticed that the Bug Tracker is not down, but all the links on jQuery.com just link to not existing subdomain dev.jquery.com.

Alternatively just make a redirect vom dev.jquery.com to bugs.jquery.com if fixing some links is not that easy.

comment:5 Changed 13 months ago by gnarf

  • Status changed from open to closed
  • Resolution set to duplicate

comment:6 Changed 13 months ago by gnarf

Duplicate of #11590.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.