Skip to content

Fix stale Intel Arc driver links breaking README hyperlink check#2463

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-check-the-validity-of-hyperlinks-in-readme
Draft

Fix stale Intel Arc driver links breaking README hyperlink check#2463
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-check-the-validity-of-hyperlinks-in-readme

Conversation

Copy link
Copy Markdown

Copilot AI commented Jun 3, 2026

Description

The README hyperlink validation job was failing on a dead Intel GPU driver documentation URL referenced by the EdgeCraftRAG Intel Arc docs. This updates the stale link to the current Intel docs path in both the English and Chinese README variants.

  • Root cause

    • check-the-validity-of-hyperlinks-in-README failed on installation-rolling.html#installing-gpu-drivers, which now returns 404.
  • Change

    • Updated the Intel Arc A770 driver documentation link in:
      • EdgeCraftRAG/docker_compose/intel/gpu/arc/README.md
      • EdgeCraftRAG/docker_compose/intel/gpu/arc/README_zh.md
- https://dgpu-docs.intel.com/driver/installation-rolling.html#installing-gpu-drivers
+ https://dgpu-docs.intel.com/driver/installation.html#installing-gpu-drivers

Issues

n/a

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)
  • Others (enhancement, documentation, validation, etc.)

Dependencies

None.

Tests

  • Reviewed the failing GitHub Actions job log for check-the-validity-of-hyperlinks-in-README (job ID 79205805215)
  • Verified the diff is limited to the two README link updates
  • Ran final PR validation (code review passed; CodeQL skipped as docs-only change)

Copilot AI changed the title [WIP] Fix failing GitHub Actions job for hyperlink validity check Fix stale Intel Arc driver links breaking README hyperlink check Jun 3, 2026
Copilot AI requested a review from Yongbozzz June 3, 2026 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants