From 41ce0f8bb86eb41656fc14ab67138d7e0c54a10c Mon Sep 17 00:00:00 2001 From: palaniraja Date: Wed, 10 Sep 2025 14:55:16 -0700 Subject: [PATCH] fixed broken link --- .../EmbeddedSwift/Documentation.docc/SDKSupport/Baremetal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/EmbeddedSwift/Documentation.docc/SDKSupport/Baremetal.md b/Sources/EmbeddedSwift/Documentation.docc/SDKSupport/Baremetal.md index 0956b359..bb91bbb4 100644 --- a/Sources/EmbeddedSwift/Documentation.docc/SDKSupport/Baremetal.md +++ b/Sources/EmbeddedSwift/Documentation.docc/SDKSupport/Baremetal.md @@ -67,7 +67,7 @@ Swift MMIO provides strongly-typed access to memory-mapped hardware and can auto gpioa.odr.write { $0.odr5 = true } // Set pin 5 high ``` -See [Swift MMIO](https://github.com/swiftlang/swift-mmio/) for details and for a guided example of using it. +See [Swift MMIO](https://github.com/apple/swift-mmio/) for details and for a guided example of using it. ## Creating a linker script and data segment relocation