Skip to content

Commit 90496cc

Browse files
Fix broken documentation links in README.md
Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
1 parent 0d0ffe7 commit 90496cc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,12 @@ $ht | Remove-HashtableEntry -NullOrEmptyValues -Keys 'RemoveMe'
9797
$ht
9898
```
9999

100-
For more examples, please refer to the [examples](examples) folder. You can also use `Get-Command -Module 'Hashtable'` to
101-
list available commands, and `Get-Help -Examples <CommandName>` to view command-specific examples.
100+
You can use `Get-Command -Module 'Hashtable'` to list available commands, and `Get-Help -Examples <CommandName>` to view command-specific examples.
102101

103102
## Documentation
104103

105-
Detailed documentation for each function is available via inline help. For more extensive documentation, please check the
106-
[docs](docs) folder or visit the online documentation at [PSModule Documentation](https://psmodule.io).
104+
Detailed documentation for each function is available via inline help. For more extensive documentation, please visit the
105+
[Hashtable docs](https://psmodule.io/Hashtable/) or [PSModule Docs](https://psmodule.io/docs).
107106

108107
## Contributing
109108

0 commit comments

Comments
 (0)