Skip to content

Commit 3a32c62

Browse files
dbiiDavid Bluestein II
authored andcommitted
Fix document reference (#1417)
* Updated to use hex.pm for live_view_native and live_view_native_swift_ui for the tutorial * Change Installation Guide link to Getting Started --------- Co-authored-by: David Bluestein II <[email protected]>
1 parent 4059372 commit 3a32c62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

livebooks/create-a-swiftui-application.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Mix.install(
6666

6767
This guide will teach you how to set up a SwiftUI Application for LiveView Native.
6868

69-
Typically, we recommend using the `mix lvn.install` task as described in the [Installation Guide](https://hexdocs.pm/live_view_native/installation.html#5-enable-liveview-native) to add LiveView Native to a Phoenix project. However, we will walk through the steps of manually setting up an Xcode iOS project to learn how the iOS side of a LiveView Native application works.
69+
Typically, we recommend using the `mix lvn.install` task as described in [Getting Started](https://hexdocs.pm/live_view_native/readme.html#getting-started) to add LiveView Native to a Phoenix project. However, we will walk through the steps of manually setting up an Xcode iOS project to learn how the iOS side of a LiveView Native application works.
7070

7171
In future lessons, you'll use this iOS application to view iOS examples in the Xcode simulator (or a physical device if you prefer.)
7272

livebooks/markdown/create-a-swiftui-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
This guide will teach you how to set up a SwiftUI Application for LiveView Native.
88

9-
Typically, we recommend using the `mix lvn.install` task as described in the [Installation Guide](https://hexdocs.pm/live_view_native/installation.html#5-enable-liveview-native) to add LiveView Native to a Phoenix project. However, we will walk through the steps of manually setting up an Xcode iOS project to learn how the iOS side of a LiveView Native application works.
9+
Typically, we recommend using the `mix lvn.install` task as described in [Getting Started](https://hexdocs.pm/live_view_native/readme.html#getting-started) to add LiveView Native to a Phoenix project. However, we will walk through the steps of manually setting up an Xcode iOS project to learn how the iOS side of a LiveView Native application works.
1010

1111
In future lessons, you'll use this iOS application to view iOS examples in the Xcode simulator (or a physical device if you prefer.)
1212

0 commit comments

Comments
 (0)