Skip to content

Commit

Permalink
update link generation even for legacy urls
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod committed Jun 15, 2023
1 parent fa9d568 commit c825c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/templates/index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
rtn.push('')
}
rtn.push('\n \n')
rtn.push('Want to see the source code for this command? Check out [' + doc_to_render.CommandName + '](https://github.com/dataplat/dbatools/blob/master/functions/' + doc_to_render.CommandName + '.ps1) on GitHub.')
rtn.push('Want to see the source code for this command? Check out [' + doc_to_render.CommandName + '](https://github.com/dataplat/dbatools/blob/master/public/' + doc_to_render.CommandName + '.ps1) on GitHub.')
rtn.push('Want to see the Bill Of Health for this command? Check out [' + doc_to_render.CommandName + '](https://dataplat.github.io/boh#' + doc_to_render.CommandName + ').')
rtn.push('')
rtn.push('## Synopsis')
Expand Down

0 comments on commit c825c67

Please sign in to comment.