Open
Description
Consider https://dataplat.github.io/boh#Remove-DbaDatabaseSafely
Note that currently the link to the source code is of the format ...blob/development/functions/...
The /functions/
folder structure was changed in dataplat/dbatools#8737 - the BOH links need updating to the new format.
AFAICT, the necessary change should go here:
Line 208 in 2e992be
- return '<a target="_blank" href="https://github.com/dataplat/dbatools/blob/' + activebranch + '/functions/' + data + '.ps1">' + data + '</a>'
+ return '<a target="_blank" href="https://github.com/dataplat/dbatools/blob/' + activebranch + '/public/' + data + '.ps1">' + data + '</a>'
Metadata
Assignees
Labels
No labels