Skip to content

Commit e346934

Browse files
authored
Fix broken link to swift-mmio (#173)
1 parent a1112f1 commit e346934

File tree

1 file changed

+1
-1
lines changed
  • Sources/EmbeddedSwift/Documentation.docc/SDKSupport

1 file changed

+1
-1
lines changed

Sources/EmbeddedSwift/Documentation.docc/SDKSupport/Baremetal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Swift MMIO provides strongly-typed access to memory-mapped hardware and can auto
6767
gpioa.odr.write { $0.odr5 = true } // Set pin 5 high
6868
```
6969

70-
See [Swift MMIO](https://github.com/swiftlang/swift-mmio/) for details and <doc:STM32BaremetalGuide> for a guided example of using it.
70+
See [Swift MMIO](https://github.com/apple/swift-mmio/) for details and <doc:STM32BaremetalGuide> for a guided example of using it.
7171

7272
## Creating a linker script and data segment relocation
7373

0 commit comments

Comments
 (0)