Skip to content

Conversation

@nastena1606
Copy link
Collaborator

No description provided.

@nastena1606 nastena1606 changed the title Added linkspector to check for broken linls and report Added linkspector to check for broken links and report Jul 11, 2025
@radoslawszulgo radoslawszulgo requested a review from Copilot August 19, 2025 18:25
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds linkspector to check for broken links in documentation and provides a configuration to run link checking as part of CI/CD. Additionally, it fixes broken documentation links by updating URL fragments in two documentation files.

  • Adds linkspector GitHub Action workflow to check for broken links in documentation on pull requests
  • Creates linkspector configuration file to specify directories and exclusions for link checking
  • Fixes broken documentation links by updating URL fragments from #support-for-multiple-endpoints-to-the-same-s3-storage to #multiple-endpoints-to-the-same-s3-storage

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
.linkspector.yml Configuration file for linkspector tool specifying directories to check and exclusions
.github/workflows/.linkspector.yml GitHub Actions workflow to run linkspector on documentation changes
docs/release-notes/2.8.0.md Updates broken documentation link fragment
docs/reference/configuration-options.md Updates broken documentation link fragment

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@@ -0,0 +1,23 @@
name: Linkspector
on:
Copy link

Copilot AI Aug 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the trailing space after the colon in the 'on:' keyword for consistent YAML formatting.

Suggested change
on:
on:

Copilot uses AI. Check for mistakes.
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.

3 participants