Skip to content

fix: fixed broken docs links#3072

Open
deerskindoll wants to merge 2 commits intoredhat-developer:mainfrom
deerskindoll:RHDHBUGS-3060
Open

fix: fixed broken docs links#3072
deerskindoll wants to merge 2 commits intoredhat-developer:mainfrom
deerskindoll:RHDHBUGS-3060

Conversation

@deerskindoll
Copy link
Copy Markdown
Member

@deerskindoll deerskindoll commented May 7, 2026

Hey, I just made a Pull Request!

after 1.9 docs release, some links to docs.redhat.com stopped working. this PR replaces them with updated links.

https://redhat.atlassian.net/browse/RHDHBUGS-3060

✔️ Checklist

  • A changeset describing the change and affected packages. (more info)
  • Added or Updated documentation
  • Tests for new functionality and regression tests for bug fixes
  • Screenshots attached (for UI changes)

@rhdh-gh-app
Copy link
Copy Markdown

rhdh-gh-app Bot commented May 7, 2026

Missing Changesets

The following package(s) are changed by this PR but do not have a changeset:

  • @red-hat-developer-hub/backstage-plugin-adoption-insights
  • @red-hat-developer-hub/backstage-plugin-extensions
  • @red-hat-developer-hub/backstage-plugin-lightspeed
  • @red-hat-developer-hub/backstage-plugin-scorecard

See CONTRIBUTING.md for more information about how to add changesets.

Changed Packages

Package Name Package Path Changeset Bump Current Version
@red-hat-developer-hub/backstage-plugin-adoption-insights workspaces/adoption-insights/plugins/adoption-insights none v0.8.1
@red-hat-developer-hub/backstage-plugin-extensions workspaces/extensions/plugins/extensions none v0.17.0
@red-hat-developer-hub/backstage-plugin-lightspeed workspaces/lightspeed/plugins/lightspeed none v2.6.6
@red-hat-developer-hub/backstage-plugin-scorecard workspaces/scorecard/plugins/scorecard none v2.7.3
app workspaces/x2a/packages/app none v0.0.0

@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
3841 2 3839 0
View the top 2 failed test(s) by shortest run time
PermissionRequiredState Component should have correct href for the read more button
Stack Traces | 0.082s run time
Error: expect(element).toHaveAttribute("href", "https://docs.redhat..../html-single/understand_and_visualize_red_hat_developer_hub_project_health_using_scorecards/index#proc-authenticating-and-managing-scorecard-plugins_assembly-setting-up-scorecards-to-monitor-your-rhdh-health") // element.getAttribute("href") === "https://docs.redhat..../html-single/understand_and_visualize_red_hat_developer_hub_project_health_using_scorecards/index#proc-authenticating-and-managing-scorecard-plugins_assembly-setting-up-scorecards-to-monitor-your-rhdh-health"

Expected the element to have attribute:
  href="https://docs.redhat..../html-single/understand_and_visualize_red_hat_developer_hub_project_health_using_scorecards/index#proc-authenticating-and-managing-scorecard-plugins_assembly-setting-up-scorecards-to-monitor-your-rhdh-health"
Received:
  href="https://docs.redhat..../html-single/evaluate_project_health_using_scorecards/index#set-up-scorecards-to-monitor-your-project-health_evaluate-project-health-using-scorecards"
    at Object.toHaveAttribute (.../Common/__tests__/PermissionRequiredState.test.tsx:122:24)
    at Promise.finally.completed (.../jest-circus/build/jestAdapterInit.js:1557:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/jestAdapterInit.js:1497:10)
    at _callCircusTest (.../jest-circus/build/jestAdapterInit.js:1007:40)
    at processTicksAndRejections (node:internal/process/task_queues:103:5)
    at _runTest (.../jest-circus/build/jestAdapterInit.js:947:3)
    at .../jest-circus/build/jestAdapterInit.js:849:7
    at _runTestsForDescribeBlock (.../jest-circus/build/jestAdapterInit.js:862:11)
    at _runTestsForDescribeBlock (.../jest-circus/build/jestAdapterInit.js:857:11)
    at run (.../jest-circus/build/jestAdapterInit.js:761:3)
    at runAndTransformResultsToJestFormat (.../jest-circus/build/jestAdapterInit.js:1918:21)
    at jestAdapter (.../jest-circus/build/runner.js:101:19)
    at runTestInternal (.../jest-runner/build/testWorker.js:275:16)
    at runTest (.../jest-runner/build/testWorker.js:343:7)
    at Object.worker (.../jest-runner/build/testWorker.js:497:12)
PermissionRequiredState should render the missing permissions alert
Stack Traces | 0.362s run time
Error: expect(element).toHaveAttribute("href", "https://docs.redhat..../html/adoption_insights_in_red_hat_developer_hub/assembly-adoption-insights#proc-customize-adoption-insights_title-adoption-insights") // element.getAttribute("href") === "https://docs.redhat..../html/adoption_insights_in_red_hat_developer_hub/assembly-adoption-insights#proc-customize-adoption-insights_title-adoption-insights"

Expected the element to have attribute:
  href="https://docs.redhat..../html/adoption_insights_in_red_hat_developer_hub/assembly-adoption-insights#proc-customize-adoption-insights_title-adoption-insights"
Received:
  href="https://docs.redhat..../html/adoption_insights_in_red_hat_developer_hub/customize-the-adoption-insights-plugin-in-rhdh_adoption-insights-in-rhdh"
    at Object.toHaveAttribute (.../Common/__tests__/PermissionRequiredState.test.tsx:65:26)
    at Promise.finally.completed (.../jest-circus/build/jestAdapterInit.js:1557:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/jestAdapterInit.js:1497:10)
    at _callCircusTest (.../jest-circus/build/jestAdapterInit.js:1007:40)
    at processTicksAndRejections (node:internal/process/task_queues:103:5)
    at _runTest (.../jest-circus/build/jestAdapterInit.js:947:3)
    at .../jest-circus/build/jestAdapterInit.js:849:7
    at _runTestsForDescribeBlock (.../jest-circus/build/jestAdapterInit.js:862:11)
    at _runTestsForDescribeBlock (.../jest-circus/build/jestAdapterInit.js:857:11)
    at run (.../jest-circus/build/jestAdapterInit.js:761:3)
    at runAndTransformResultsToJestFormat (.../jest-circus/build/jestAdapterInit.js:1918:21)
    at jestAdapter (.../jest-circus/build/runner.js:101:19)
    at runTestInternal (.../jest-runner/build/testWorker.js:275:16)
    at runTest (.../jest-runner/build/testWorker.js:343:7)
    at Object.worker (.../jest-runner/build/testWorker.js:497:12)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 7, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant