You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: assets/templates/index.html.template
+1-1
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@
154
154
rtn.push('')
155
155
}
156
156
rtn.push('\n \n')
157
-
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.')
157
+
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.')
158
158
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 + ').')
0 commit comments