GNOME Bugzilla – Bug 696491
Bad links
Last modified: 2013-03-25 17:17:14 UTC
Some links in gnome-help are not accessible. Steps to reproduce: yelp-check links *.page in gnome-user-docs/gnome-help/C power-off, privacy-history,windows-key, display-dimscreen,a11y-locate-pointer are the bad links. display-dimscreen and a11y-locate-pointer are stubs, and that's why they appear as bad links. The pages with the other links have to be modified suitably.
Created attachment 239675 [details] [review] Fixed all the bad links except the stubs I think the power-off was referring to power-turnoffbutton.page.old but the id there is power-turnoffbutton. All links pointing to power-off have been redirected to shell-exit#shutdown. I commented out the Seealso link pointing to power-off right above shell-exit#shutdown. Hope the patch's alright. Thanks!
Review of attachment 239675 [details] [review]: Fix the rest of the links problems in the same commit: a11y-contrast: display-dimscreen a11y-contrast: display-dimscreen keyboard-cursor-blink: a11y-locate-pointer power-batterylife: display-dimscreen power-batterylife: display-dimscreen power-batterylife: display-dimscreen prefs-display: display-dimscreen
Created attachment 239677 [details] [review] Fixed the stubs too Fixed all the bad links by quoting out references to display-dimscreen and adding the seealso links to the stubs. Will fix validation errors in another patch and submit! Thanks!
Comment on attachment 239677 [details] [review] Fixed the stubs too Pushed to master in commit a7640e0d9bab034b6cf5bf284461cf6eb939b579
Created attachment 239793 [details] [review] Fixed validation errors Validation errors because of <src> tags in nautilus-behaviour.page. Changed all <src> tags to <sys> tags. Thanks!
Comment on attachment 239793 [details] [review] Fixed validation errors Wrong bug.