Somewhere in /admin screens in Core, my Admin Crawler test on #2347077: Write an admin crawler test found links to two pages that returned 404 errors:
- https://drupal.org/documentation/modules/responsive_image
- http://en.wikipedia.org/Resource_Description_Framework

This novice task:

a) Find where these links are (what admin page(s) are linking to them).

b) Figure out alternatives to these links, and patch Core to link to the new pages.

Note: For the drupal.org link, perhaps this link should exist on Drupal.org and we should create it? Let's see where the link is first and evaluate.

CommentFileSizeAuthor
#1 broken_url-2352387-1.patch1.52 KBrosinegrean

Comments

rosinegrean’s picture

Status: Active » Needs review
StatusFileSize
new1.52 KB

The 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.

jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

OK, 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!

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 26fc790 and pushed to 8.0.x. Thanks!

  • alexpott committed 26fc790 on 8.0.x
    Issue #2352387 by prics | jhodgdon: Fixed Broken URL links in Core.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.