Skip to content

Commit c825c67

Browse files
committed
update link generation even for legacy urls
1 parent fa9d568 commit c825c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/templates/index.html.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
rtn.push('')
155155
}
156156
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.')
158158
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 + ').')
159159
rtn.push('')
160160
rtn.push('## Synopsis')

0 commit comments

Comments
 (0)