Skip to content

Commit 9c6b36f

Browse files
committed
fixed hostname
1 parent 00bf7e2 commit 9c6b36f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

boh.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
if (data == 0) {
149149
return '<img src="https://img.shields.io/badge/-' + data + '-' + ccolor + '.svg?style=flat-square&amp;maxAge=2592000" alt="">'
150150
}
151-
return '<a target="_blank" href="https://codecov.io/gh/sqlcollaborative/dbatools/src/' + activebranch + '/functions/' + row.Name + '.ps1"><img src="https://img.shields.io/badge/-' + data + '-' + ccolor + '.svg?style=flat-square&amp;maxAge=2592000" alt=""></a>'
151+
return '<a target="_blank" href="https://codecov.io/gh/dataplat/dbatools/src/' + activebranch + '/functions/' + row.Name + '.ps1"><img src="https://img.shields.io/badge/-' + data + '-' + ccolor + '.svg?style=flat-square&amp;maxAge=2592000" alt=""></a>'
152152
}
153153
},
154154
"targets": [2],
@@ -205,7 +205,7 @@
205205
if (type !== 'display') {
206206
return data;
207207
} else {
208-
return '<a target="_blank" href="https://github.com/sqlcollaborative/dbatools/blob/' + activebranch + '/functions/' + data + '.ps1">' + data + '</a>'
208+
return '<a target="_blank" href="https://github.com/dataplat/dbatools/blob/' + activebranch + '/functions/' + data + '.ps1">' + data + '</a>'
209209
}
210210
},
211211
"targets": [0],
@@ -412,7 +412,7 @@ <h3>Legend
412412
<dd>Should not contain continue/break</dd>
413413
<dt>DeprecatedVerbosityCommands (everyone)</dt>
414414
<dd>See <a
415-
href="https://github.com/sqlcollaborative/dbatools/wiki/Implementing-the-messaging-system">Messaging
415+
href="https://github.com/dataplat/dbatools/wiki/Implementing-the-messaging-system">Messaging
416416
system</a>. Does not use Write-Verbose, Write-Host, Write-Output, Write-Warning,
417417
Write-Debug or Write-Information</dd>
418418
</dl>

builds.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
})
146146
$.ajax({
147147
dataType: "json",
148-
url: 'https://sqlcollaborative.github.io/assets/dbatools-buildref-index.json',
148+
url: 'https://dataplat.github.io/assets/dbatools-buildref-index.json',
149149
success: function (data) {
150150
$('h2 small.text-muted').text('updated on ' + data.LastUpdated.substring(0, 10))
151151
var newarr = []

0 commit comments

Comments
 (0)