Skip to content

Commit 445670f

Browse files
Fix uri in help generation
1 parent 242bb2b commit 445670f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/GenerateSignatureMarkdown.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ end {
320320
AppendLineNoIndent().
321321
AppendLine('LONG DESCRIPTION').
322322
Wrap(76, $yaml['long']).AppendLine().
323-
Wrap(76, 'See https://bit.ly/about-type-signatures for a markdown version of this document.').
323+
Wrap(76, 'See https://seemingly.dev/about-type-signatures for a markdown version of this document.').
324324
AppendLine()
325325
}
326326

0 commit comments

Comments
 (0)