Bug 1205300 - Fix reporting documentation links - #2730
Open
loganrosen wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates obsolete reporting documentation links to the current reports-and-charts guide.
Changes:
- Redirects report and chart pages to valid documentation sections.
- Updates related error-message documentation links.
- Preserves report, chart, and data-set anchors.
Show a summary per file
| File | Description |
|---|---|
template/en/default/search/search-report-table.html.tmpl |
Updates table-report help link. |
template/en/default/search/search-report-graph.html.tmpl |
Updates graphical-report help link. |
template/en/default/search/search-create-series.html.tmpl |
Updates data-set creation help link. |
template/en/default/reports/old-charts.html.tmpl |
Updates chart help link. |
template/en/default/reports/menu.html.tmpl |
Updates reporting overview link. |
template/en/default/global/user-error.html.tmpl |
Updates reporting-related error links. |
report.cgi |
Updates generated-report documentation link. |
chart.cgi |
Updates chart documentation link. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 8/8 changed files
- Comments generated: 0
- Review effort level: Balanced
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug 1205300 reports that Related documentation links on reporting pages and errors point to the removed
reporting.htmlpage.This updates every reporting and charting documentation reference to
using/reports-and-charts.html, preserving the relevant report, chart, and data-set anchors. Covering the report forms, generated output, chart pages, and related error messages prevents adjacent paths from retaining the same broken link.Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1205300
Test:
docker compose -f docker-compose.test.yml run --rm --no-deps bmo.test test_sanity t/004template.t