Skip to main content

Bug Tracker

Side navigation

#11442 closed bug (duplicate)

Opened March 06, 2012 02:38AM UTC

Closed April 18, 2012 12:15AM UTC

Last modified April 18, 2012 12:15AM UTC

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

Reported by: amonat@gmail.com Owned by:
Priority: low Milestone: None
Component: web Version: git
Keywords: Cc: dougneiner
Blocked by: Blocking:
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.)

Attachments (0)
Change History (6)

Changed March 06, 2012 02:39AM UTC by rwaldron comment:1

:D

Changed March 06, 2012 02:45AM UTC by amonat@gmail.com comment:2

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.

Changed March 06, 2012 12:50PM UTC by addyosmani comment:3

cc: → dougneiner
component: unfiledweb
priority: undecidedlow
status: newopen

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

Changed March 18, 2012 12:53PM UTC by anonymous comment:4

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.

Changed April 18, 2012 12:15AM UTC by gnarf comment:5

resolution: → duplicate
status: openclosed

Changed April 18, 2012 12:15AM UTC by gnarf comment:6

Duplicate of #11590.