🪲 [Fix]: Fix broken documentation links in README.md#18
Merged
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom Jun 25, 2025
Merged
🪲 [Fix]: Fix broken documentation links in README.md#18Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Conversation
Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] 🪲[Bug]: docs links in readme are broken
Fix broken documentation links in README.md
Jun 25, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes broken documentation links in the README by removing references to non-existent folders and updating URLs to valid online resources.
- Removed the
[examples](examples)folder reference - Updated the local
[docs](docs)link to point to the online Hashtable documentation - Corrected the PSModule documentation URL
Comments suppressed due to low confidence (1)
README.md:105
- [nitpick] Consider capitalizing 'Docs' in '[Hashtable docs]' to '[Hashtable Docs]' for consistency with '[PSModule Docs]'.
[Hashtable docs](https://psmodule.io/Hashtable/) or [PSModule Docs](https://psmodule.io/docs).
|
Module Hashtable - 1.1.6 published to the PowerShell Gallery. |
|
GitHub release for Hashtable v1.1.6 has been created. |
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.
The README.md file contained broken documentation links that resulted in 404 errors when users tried to access them.
Issues fixed:
[docs](docs)link pointing to non-existent local folder with[Hashtable docs](https://psmodule.io/Hashtable/)[PSModule Documentation](https://psmodule.io)link with[PSModule Docs](https://psmodule.io/docs)[examples](examples)folderBefore:
After:
Users can now successfully navigate to the correct documentation URLs without encountering 404 errors.