We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242bb2b commit 445670fCopy full SHA for 445670f
1 file changed
tools/GenerateSignatureMarkdown.ps1
@@ -320,7 +320,7 @@ end {
320
AppendLineNoIndent().
321
AppendLine('LONG DESCRIPTION').
322
Wrap(76, $yaml['long']).AppendLine().
323
- Wrap(76, 'See https://bit.ly/about-type-signatures for a markdown version of this document.').
+ Wrap(76, 'See https://seemingly.dev/about-type-signatures for a markdown version of this document.').
324
AppendLine()
325
}
326
0 commit comments