Steps to replicate issue:
Install-Module -Name "F7History"
Update-Help
Result:
Update-Help: Failed to update Help for the module(s) 'F7History' 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/gui-cs/F7History' does not resolve to a container..
According to MS Learn, the URI must point to a folder which contains a specific .xml file and a .cab file (for Windows users) or .zip file (for Linux users).
Steps to replicate issue:
Result:
According to MS Learn, the URI must point to a folder which contains a specific
.xmlfile and a.cabfile (for Windows users) or.zipfile (for Linux users).