Skip to content

Commit 08db017

Browse files
committed
Fix build issues
1 parent 2185ce2 commit 08db017

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/migration-guides/sfa-android-v1.2.0-to-v2.0.0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In v2, we try to improve the developer experience by renaming the `SFAParams` to
1515
It has been renamed to align with naming conventions across Web3Auth SDKs. Along with this, there
1616
has been change in the positional parameter.
1717

18-
[Checkout Web3AuthOptions for available parameters](/docs/sdk/core-kit/sfa-android/initialize#parameters).
18+
[Checkout Web3AuthOptions for available parameters](/docs/sdk/sfa/sfa-android/initialize#parameters).
1919

2020
```kotlin
2121
// remove-start

docs/sdk/sfa/sfa-android/initialize.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description: "Web3Auth Single Factor Auth Android SDK - Initialize | Documentati
77
import TabItem from "@theme/TabItem";
88
import Tabs from "@theme/Tabs";
99

10-
import Initialization from "@site/src/common/sdk/core-kit/sfa/android/_sfa-android-initialization.mdx";
11-
import SessionManagement from "@site/src/common/sdk/core-kit/sfa/android/_sfa-android-session-management.mdx";
10+
import Initialization from "@site/src/common/sdk/sfa/android/_sfa-android-initialization.mdx";
11+
import SessionManagement from "@site/src/common/sdk/sfa/android/_sfa-android-session-management.mdx";
1212

1313
Once you have installed the Web3Auth SDK, the next crucial step is to initialize it. This step
1414
requires passing various parameters that align with your project preferences. It's important to note

0 commit comments

Comments
 (0)