diff --git a/_data/new-data/get-started/embedded/link-columns.yml b/_data/new-data/get-started/embedded/link-columns.yml index 7874d0cc8..c1ba5a340 100644 --- a/_data/new-data/get-started/embedded/link-columns.yml +++ b/_data/new-data/get-started/embedded/link-columns.yml @@ -9,7 +9,7 @@ columns: - text: Embedded Swift vision document url: 'https://github.com/swiftlang/swift-evolution/blob/main/visions/embedded-swift.md' - text: Embedded Swift example projects - url: 'https://github.com/apple/swift-embedded-examples' + url: 'https://github.com/swiftlang/swift-embedded-examples' - headline: Talks links: - text: Go Small With Embedded Swift diff --git a/_data/new-data/get-started/embedded/primary-content.yml b/_data/new-data/get-started/embedded/primary-content.yml index 1558c6402..1ea56acca 100644 --- a/_data/new-data/get-started/embedded/primary-content.yml +++ b/_data/new-data/get-started/embedded/primary-content.yml @@ -5,13 +5,13 @@ primary_cards: logo_alt: Harmony text: Build a Bluetooth speaker with a ferrofluid visualizer using the Raspberry Pi Pico W. link_text: Learn more - link: https://github.com/apple/swift-embedded-examples/tree/main/harmony + link: https://github.com/swiftlang/swift-embedded-examples/tree/main/harmony - name: Matter and HomeKit Smart Light logo: /assets/images/get-started/matter-homeKit-smartlight@2x.png logo_alt: Matter and HomeKit Smart Light text: Implement a Matter smart light accessory that can be used from HomeKit, using an ESP32 microcontroller. - link: https://github.com/apple/swift-matter-examples + link: https://github.com/swiftlang/swift-matter-examples link_text: Learn more secondary_cards: @@ -20,7 +20,7 @@ secondary_cards: logo: /assets/images/get-started/interactive-ui-examples@2x.png text: Build projects using the popular embedded graphics library LVGL on an STM32 board for rich UI and touch input. link_text: Learn more - link: https://github.com/apple/swift-embedded-examples/tree/main/stm32-lvgl + link: https://github.com/swiftlang/swift-embedded-examples/tree/main/stm32-lvgl - name: PlaydateKit logo: /assets/images/get-started/playdate-kit@2x.png @@ -30,5 +30,5 @@ secondary_cards: link_text: Learn more link: - url: https://github.com/apple/swift-embedded-examples + url: https://github.com/swiftlang/swift-embedded-examples text: Explore more Embedded Swift examples and templates on Github diff --git a/_posts/2024-03-12-byte-sized-swift-tiny-games-playdate.md b/_posts/2024-03-12-byte-sized-swift-tiny-games-playdate.md index 9c4c32255..86b6651ac 100644 --- a/_posts/2024-03-12-byte-sized-swift-tiny-games-playdate.md +++ b/_posts/2024-03-12-byte-sized-swift-tiny-games-playdate.md @@ -6,7 +6,7 @@ title: "Byte-sized Swift: Building Tiny Games for the Playdate" author: [rauhul] --- -I'm excited to share [swift-playdate-examples](https://github.com/apple/swift-playdate-examples), a technical demonstration of using Swift to build games for [Playdate](https://play.date/), a handheld game system by [Panic](https://panic.com). +I'm excited to share [swift-playdate-examples](https://github.com/swiftlang/swift-playdate-examples), a technical demonstration of using Swift to build games for [Playdate](https://play.date/), a handheld game system by [Panic](https://panic.com).