Skip to content

Commit 94f078b

Browse files
Update tutorial links (#46)
Updates `apple.github.io` links to refer to `swiftlang.github.io`.
1 parent 27e1c75 commit 94f078b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ This repository contains an example simple Embedded Swift application that imple
1313
1414
#### Embedded Swift
1515

16-
Embedded Swift is a subset of Swift designed for constrained environments, such as embedded devices, kernel code, and other low-level systems. It includes most Swift language features, like generics, value and reference types, optionals, error handling, and more. Embedded Swift introduces the safety and expressivity of Swift to environments usually dominated by C or C++ code. To learn more, see [A Vision for Embedded Swift](https://github.com/apple/swift-evolution/blob/main/visions/embedded-swift.md).
16+
Embedded Swift is a subset of Swift designed for constrained environments, such as embedded devices, kernel code, and other low-level systems. It includes most Swift language features, like generics, value and reference types, optionals, error handling, and more. Embedded Swift introduces the safety and expressivity of Swift to environments usually dominated by C or C++ code. To learn more, see [A Vision for Embedded Swift](https://github.com/swiftlang/swift-evolution/blob/main/visions/embedded-swift.md).
1717

1818
#### Matter
1919

2020
Matter is an open standard for building smart home accessories, supported natively by many smart home ecosystems such as HomeKit. For more information about Matter, see the [Matter documentation](https://project-chip.github.io/connectedhomeip-doc/index.html).
2121

2222
#### Additional Resources
2323

24-
- [Embedded Swift User Manual](https://github.com/apple/swift/blob/main/docs/EmbeddedSwift/UserManual.md)
25-
- [More Embedded Swift Example Projects](https://github.com/apple/swift-embedded-examples)
24+
- [Embedded Swift User Manual](https://github.com/swiftlang/swift/blob/main/docs/EmbeddedSwift/UserManual.md)
25+
- [More Embedded Swift Example Projects](https://github.com/swiftlang/swift-embedded-examples)
2626
- [Swift Forums Embedded Discussion](https://forums.swift.org/c/development/embedded/107)
2727

2828
## Getting Started
2929

3030
### Documentation
3131

32-
For comprehensive tutorials with detailed instructions, please refer to the [**project documentation**](https://apple.github.io/swift-matter-examples/tutorials/tutorial-table-of-contents).
32+
For comprehensive tutorials with detailed instructions, please refer to the [**project documentation**](https://swiftlang.github.io/swift-matter-examples/tutorials/tutorial-table-of-contents).
3333

3434
### Requirements
3535

@@ -49,13 +49,13 @@ Before running the examples, ensure you have the following tools available:
4949
### Quick Start Guide
5050

5151
> [!IMPORTANT]
52-
> We highly recommend following the provided [tutorials](https://apple.github.io/swift-matter-examples/tutorials/tutorial-table-of-contents).
52+
> We highly recommend following the provided [tutorials](https://swiftlang.github.io/swift-matter-examples/tutorials/tutorial-table-of-contents).
5353
54-
Ensure your shell has access to the tools listed above, see [Get started on macOS](https://apple.github.io/swift-matter-examples/tutorials/swiftmatterexamples/setup-macos) or [Get started on Linux with Docker](https://apple.github.io/swift-matter-examples/tutorials/swiftmatterexamples/setup-docker) for additional setup instructions.
54+
Ensure your shell has access to the tools listed above, see [Get started on macOS](https://swiftlang.github.io/swift-matter-examples/tutorials/swiftmatterexamples/setup-macos) or [Get started on Linux with Docker](https://swiftlang.github.io/swift-matter-examples/tutorials/swiftmatterexamples/setup-docker) for additional setup instructions.
5555

5656
1. Clone the repository and navigate to one of the examples.
5757
```shell
58-
$ git clone https://github.com/apple/swift-matter-examples.git
58+
$ git clone https://github.com/swiftlang/swift-matter-examples.git
5959
$ cd swift-matter-examples/smart-light
6060
```
6161

@@ -69,8 +69,8 @@ Ensure your shell has access to the tools listed above, see [Get started on macO
6969
$ idf.py build flash monitor
7070
```
7171

72-
Explore the implementation, see [Explore the LED Blink example](https://apple.github.io/swift-matter-examples/tutorials/swiftmatterexamples/run-example-led-blink#Understand-the-code) and
73-
[Explore the Smart Light example](https://apple.github.io/swift-matter-examples/tutorials/swiftmatterexamples/run-example-smart-light#Understand-the-code) for guided walkthroughs.
72+
Explore the implementation, see [Explore the LED Blink example](https://swiftlang.github.io/swift-matter-examples/tutorials/swiftmatterexamples/run-example-led-blink#Understand-the-code) and
73+
[Explore the Smart Light example](https://swiftlang.github.io/swift-matter-examples/tutorials/swiftmatterexamples/run-example-smart-light#Understand-the-code) for guided walkthroughs.
7474

7575
## Contributing to Swift Matter Examples
7676

0 commit comments

Comments
 (0)