Skip to content

Fix inline link check in docsLint.js script#5731

Merged
dmarcos merged 1 commit intoaframevr:masterfrom
mrxz:docs-lint-link-check
May 28, 2025
Merged

Fix inline link check in docsLint.js script#5731
dmarcos merged 1 commit intoaframevr:masterfrom
mrxz:docs-lint-link-check

Conversation

@mrxz
Copy link
Contributor

@mrxz mrxz commented May 25, 2025

Description:
The docsLint.js script checks relative links to see if the file they point to exists. For inline links this check wasn't performed correctly, causing issue to go unreported. This PR fixes the script.

Fixes for incorrect links are incorporated in #5730

Changes proposed:

  • Properly handle outcome of link checking for inline links to report any errors

@dmarcos
Copy link
Member

dmarcos commented May 27, 2025

There's a weird fail in the tests

@mrxz
Copy link
Contributor Author

mrxz commented May 27, 2025

There's a weird fail in the tests

The failure is due to the fact that the script now actually detects (inline) link errors that are currently in the docs. Fixes for these are included in #5730, so once that is merged the test should pass.

@dmarcos
Copy link
Member

dmarcos commented May 28, 2025

Thank you!

@dmarcos dmarcos merged commit 6ecba30 into aframevr:master May 28, 2025
2 of 3 checks passed
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