Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
user interface text
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Oct 2014 at 23:04 UTC
Updated:
22 Oct 2014 at 15:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rosinegrean commentedThe first link is in responsive_image_help() for "help.page.responsive_image" route, but this route does not exist in the routing of the module.
For the second on admin/config/services/aggregator.
And here is a patch to fixing the second one.
Comment #2
jhodgdonOK, that's what I thought. I made at least the start of a page on responsive images, so the first link now works.
The patch looks good -- the new URL for the Wikipedia page works fine. Thanks!
Comment #3
alexpottCommitted 26fc790 and pushed to 8.0.x. Thanks!