diff --git a/getting-started/cli-swiftpm/index.md b/getting-started/cli-swiftpm/index.md index 0c48e6e74..da178cb64 100644 --- a/getting-started/cli-swiftpm/index.md +++ b/getting-started/cli-swiftpm/index.md @@ -3,6 +3,8 @@ layout: page title: Build a Command-line Tool --- +> The source code for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-cli) + {% include getting-started/_installing.md %} ## Bootstrapping @@ -227,4 +229,4 @@ _ _ _ _ _ _ _ --- -Find the source code for this guide at [https://github.com/apple/swift-getting-started-cli](https://github.com/apple/swift-getting-started-cli) +> The source code for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-cli) diff --git a/getting-started/library-swiftpm/index.md b/getting-started/library-swiftpm/index.md index 93e7a81e9..9fbcc12be 100644 --- a/getting-started/library-swiftpm/index.md +++ b/getting-started/library-swiftpm/index.md @@ -3,6 +3,8 @@ layout: page title: Build a library --- +> The source code for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-package-library) + {% include getting-started/_installing.md %} ## Bootstrapping @@ -121,4 +123,4 @@ Test Suite 'All tests' passed at 2023-01-03 16:22:45.076. --- -Find the source code for this guide at [https://github.com/apple/swift-getting-started-package-library](https://github.com/apple/swift-getting-started-package-library) +> The source code for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-package-library) diff --git a/getting-started/swiftui/index.md b/getting-started/swiftui/index.md index 5c50b9ce7..6987fbfc2 100644 --- a/getting-started/swiftui/index.md +++ b/getting-started/swiftui/index.md @@ -3,6 +3,8 @@ layout: page title: Build an iOS app with SwiftUI --- +> The source code for this guide can be found [on GitHub](https://github.com/0xTim/swift-org-swiftui-tutorial) + In this tutorial you’re going to use Swift and SwiftUI to build a small app to recommend fun new activities to users. Along the way you’ll meet several of the basic components of a SwiftUI app, including text, images, buttons, shapes, stacks, and program state. To get started, you’ll need to [download Xcode from the Mac App Store](https://apps.apple.com/app/xcode/id497799835?mt=12). It’s free, and comes with Swift and all the other tools you need to follow this tutorial. @@ -408,4 +410,4 @@ We’ve covered a lot of SwiftUI basics in this tutorial, including text, images If you’d like to continue learning SwiftUI, there are lots of free resources available. For example, [Apple publishes a wide variety of tutorials](https://developer.apple.com/tutorials/swiftui) covering essential topics, drawing and animation, app design, and more. We’ll also post links here on Swift.org to some other popular tutorials – we’re a big and welcoming community, and we’re glad to have you join! -The code for this tutorial can be found [here](https://github.com/0xTim/swift-org-swiftui-tutorial). +> The source code for this guide can be found [on GitHub](https://github.com/0xTim/swift-org-swiftui-tutorial) \ No newline at end of file diff --git a/getting-started/vapor-web-server/index.md b/getting-started/vapor-web-server/index.md index 35f409ded..d37a52e22 100644 --- a/getting-started/vapor-web-server/index.md +++ b/getting-started/vapor-web-server/index.md @@ -3,6 +3,8 @@ layout: page title: Build a Web Service with Vapor --- +> The source code for this guide can be found [on GitHub](https://github.com/vapor/swift-getting-started-web-server) + {% include getting-started/_installing.md %} ## Choosing a web framework @@ -157,4 +159,4 @@ $ curl http://localhost:8080/user-info -X POST -d '{"name": "Tim", "age": 99}' - Congratulations! You've built your first web server in Swift! -Find the source code for this guide at [https://github.com/vapor/swift-getting-started-web-server](https://github.com/vapor/swift-getting-started-web-server) +> The source code for this guide can be found [on GitHub](https://github.com/vapor/swift-getting-started-web-server) \ No newline at end of file