Closed
Bug 911220
Opened 12 years ago
Closed 12 years ago
Link to careers website invalid on university blog
Categories
(Websites Graveyard :: blog.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cmore, Assigned: bensternthal)
Details
On this website: https://blog.mozilla.org/university/
There are three links to the careers website from apply buttons. The last one on the page is to the wrong URL. It links to careers.mozilla.org and the button points to careers.mozilla.com. There is no valid SSL cert for careers.mozilla.com and thus it throws a warning.
This code:
<p><a class="button" href="https://careers.mozilla.com/">Apply Now!</a></p>
Should be changed to:
<p><a class="button" href="https://careers.mozilla.org/">Apply Now!</a></p>
Reporter | ||
Comment 1•12 years ago
|
||
Craig: Do you have edit access to the this blog?
Flags: needinfo?(craigcook.bugz)
Comment 2•12 years ago
|
||
(In reply to Chris More [:cmore] from comment #1)
> Craig: Do you have edit access to the this blog?
Alas, I do not. If it were hardcoded into the theme I could fix it there, but that second button seems to be blog content so it needs an admin or editor. I'm not sure who manages this blog. Ben has access but may not be available until Tuesday.
Flags: needinfo?(craigcook.bugz)
Perhaps Alex Gibson or Michael Kelly might be able to fix this if Ben is out.
Reporter | ||
Comment 4•12 years ago
|
||
(In reply to kimber from comment #3)
> Perhaps Alex Gibson or Michael Kelly might be able to fix this if Ben is out.
Kimber: are you an editor of the blog? If so, that button may be in the text and fixable by an editor.
Assignee | ||
Comment 5•12 years ago
|
||
Fixed on prod.
Assignee: nobody → booboobenny+bugzilla
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Websites → Websites Graveyard
Updated•7 years ago
|
Product: Websites Graveyard → Websites
Updated•7 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•