Skip to content

Commit ae76eef

Browse files
committed
Fix incorrect link URLs
1 parent 0933d39 commit ae76eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TSPL.docc/ReferenceManual/Statements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,8 +1316,8 @@ the `#warning` and `#error` statements emit a diagnostic during compilation.
13161316
This behavior is now provided by
13171317
the [`warning(_:)`][] and [`error(_:)`][] macros in the Swift standard library.
13181318

1319-
[`warning(_:)`]: http://developer.apple.com/documentation/swift/documentation/swift/warning(_:)
1320-
[`error(_:)`]: http://developer.apple.com/documentation/swift/documentation/swift/error(_:)
1319+
[`warning(_:)`]: https://developer.apple.com/documentation/swift/warning(_:)
1320+
[`error(_:)`]: https://developer.apple.com/documentation/swift/error(_:)
13211321

13221322
## Availability Condition
13231323

0 commit comments

Comments
 (0)