We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0933d39 commit ae76eefCopy full SHA for ae76eef
TSPL.docc/ReferenceManual/Statements.md
@@ -1316,8 +1316,8 @@ the `#warning` and `#error` statements emit a diagnostic during compilation.
1316
This behavior is now provided by
1317
the [`warning(_:)`][] and [`error(_:)`][] macros in the Swift standard library.
1318
1319
-[`warning(_:)`]: http://developer.apple.com/documentation/swift/documentation/swift/warning(_:)
1320
-[`error(_:)`]: http://developer.apple.com/documentation/swift/documentation/swift/error(_:)
+[`warning(_:)`]: https://developer.apple.com/documentation/swift/warning(_:)
+[`error(_:)`]: https://developer.apple.com/documentation/swift/error(_:)
1321
1322
## Availability Condition
1323
0 commit comments