fix: resolve broken internal links flagged by lint#525
Merged
Conversation
Member
|
It's still failing the lint check (4 errors) |
- troubleshoot.md: correct relative path to application_logging/logging.md - app_builder_guides/index.md, guides/index.md: add index.md to event-driven links - application-state.md: add index.md to security link
Collaborator
Author
That'll teach me to not wait for the linter to finish the run before posting the PR link |
shazron
approved these changes
Apr 10, 2026
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.
Summary
Fixes all
missing-filelint errors that started failing after a lint tool update. All broken links are in pre-existing files — no content changes, navigation corrections only.Changes
troubleshoot.mdapplication_logging.md→application_logging/logging.mdlogging.md,architecture-overview.md,guides/index.md,resources/index.mdapp_builder_overview.md→what-is-app-builder.md(file was renamed)guides/app_builder_guides/index.md,guides/index.mdevents/custom-events.md→../../resources/event-driven/(page moved to resources)storage/application-state.mdsecurity/index.md→../security/(missing../in relative path)creating-actions.md,runtime_guides/index.md,tools/index.mdwskdeploy_install.mdreferences (file removed, wskdeploy is deprecated)Related
Discovered when I created PR #524 (release notes update) which is failing lint due to these pre-existing errors.