From 797e94ff9b4c9d935d263acc98cd59d5f1a75e07 Mon Sep 17 00:00:00 2001 From: Luke Brandon Farrell Date: Thu, 22 Jan 2026 16:10:47 +0100 Subject: [PATCH 1/2] Update documentation links in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The links in the Documentation section of the README were broken. I couldn’t find an “Examples” section in the docs, so I updated the links to point directly to the relevant documentation sections instead. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72cd69f..0114c93 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,10 @@ Voltra turns React Native JSX into SwiftUI so you can ship custom Live Activitie The documentation is available at [use-voltra.dev](https://use-voltra.dev). You can also use the following links to jump to specific topics: -- [Quick Start](https://use-voltra.dev/docs/getting-started/quick-start) -- [API Reference](https://use-voltra.dev/docs/api/overview) -- [Examples](https://use-voltra.dev/docs/examples) +- [Quick Start](https://use-voltra.dev/getting-started/quick-start) +- [Development](https://www.use-voltra.dev/development/developing-live-activities) +- [Components](https://www.use-voltra.dev/components/overview) +- [API Reference](https://use-voltra.dev/api/configuration) ## Getting started From 4d71c9fe68e93d243f167bcf1c5a3518438abbc1 Mon Sep 17 00:00:00 2001 From: Chukwuma Okere Date: Thu, 22 Jan 2026 11:57:44 -0600 Subject: [PATCH 2/2] Update README.md Change [documentation] link to new URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0114c93..359429d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Add the config plugin to your `app.json`: Then run `npx expo prebuild --clean` to generate the iOS extension target. -See the [documentation](https://use-voltra.dev/docs/getting-started/quick-start) for detailed setup instructions. +See the [documentation](https://use-voltra.dev/getting-started/quick-start) for detailed setup instructions. ## Quick example