Skip to content

Commit ed73d15

Browse files
committed
Switch HTTP links to use HTTPS
1 parent 93d510d commit ed73d15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TSPL.docc/LanguageGuide/Macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ automatically includes a dependency on SwiftSyntax.
520520
If you're adding macros to an existing project,
521521
add a dependency on SwiftSyntax in your `Package.swift` file:
522522

523-
[SwiftSyntax]: http://github.com/apple/swift-syntax/
523+
[SwiftSyntax]: https://github.com/apple/swift-syntax/
524524

525525
```swift
526526
dependencies: [

TSPL.docc/ReferenceManual/Declarations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3582,7 +3582,7 @@ Call the `externalMacro(module:type:)` macro from the Swift standard library,
35823582
passing in the name of a type that contains the macro's implementation,
35833583
and the name of the module that contains that type.
35843584

3585-
[SwiftSyntax]: http://github.com/apple/swift-syntax/
3585+
[SwiftSyntax]: https://github.com/apple/swift-syntax/
35863586

35873587
Macros can be overloaded,
35883588
following the same model used by functions.

0 commit comments

Comments
 (0)