BOH - broken link to function source
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 82/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- html, powershell
- Domain
- documentation
Research direction
Open boh.html around line 208 and inspect how the BOH source link is assembled. Update the outdated functions path to the public path shown in the issue, then verify the Remove-DbaDatabaseSafely link resolves to the dbatools source file.
Written by the indexing model from the issue text.
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 https://github.com/dataplat/dbatools/pull/8737 - the BOH links need updating to the new format.
AFAICT, the necessary change should go here: https://github.com/dataplat/dataplat.github.io/blob/2e992be95fb4ad445892f21e8be56629cc7a972e/boh.html#L208
- 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>'
- Dominant language
- HTML
- Stars
- 12
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
agilepathway/label-checker#640 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
BasedHardware/omi#15662 · 1 comment ·
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
documentation good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
amponce/archive-movie-browser#167 ·
-
user-reported
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
Kong/developer.konghq.com#7316 ·