PSKeePass / PoShKeePass

PowerShell module for KeePass
MIT License
256 stars 58 forks source link

The update-help fails #210

Open fullenw1 opened 1 year ago

fullenw1 commented 1 year ago

The PoShKeePass module has a value for the HelpInfoUri field. This means the module is able to update the help feature.

Some of us update regularly all help sections on the local worstation of modules which are capable of a dynamic update.

Get-Module -ListAvailable | Where-Object -Property HelpInfoUri | Update-Help

However, when we type Update-Help -Module PoShKeePass we get the following error:

Update-Help : Failed to update Help for the module(s) 'PoShKeePass' with UI culture(s) {en-US} : The value of
the HelpInfoUri key in the module manifest must resolve to a container or root URL on a website where the
help files are stored. The HelpInfoUri 'https://github.com/PSKeePass/PoShKeePass/wiki' does not resolve to a
container.
At line:1 char:1
+ Update-Help -Module PoShKeePass
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Update-Help], Exception
    + FullyQualifiedErrorId : InvalidHelpInfoUri,Microsoft.PowerShell.Commands.UpdateHelpCommand

Please could you do one of the following: