We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1112f1 commit e346934Copy full SHA for e346934
Sources/EmbeddedSwift/Documentation.docc/SDKSupport/Baremetal.md
@@ -67,7 +67,7 @@ Swift MMIO provides strongly-typed access to memory-mapped hardware and can auto
67
gpioa.odr.write { $0.odr5 = true } // Set pin 5 high
68
```
69
70
-See [Swift MMIO](https://github.com/swiftlang/swift-mmio/) for details and <doc:STM32BaremetalGuide> for a guided example of using it.
+See [Swift MMIO](https://github.com/apple/swift-mmio/) for details and <doc:STM32BaremetalGuide> for a guided example of using it.
71
72
## Creating a linker script and data segment relocation
73
0 commit comments