From fc104af01e25bfa06ba4df6ab2a814994690a96e Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Mon, 29 Jan 2024 00:45:25 -0800 Subject: [PATCH] update to internal commit 18e12373 --- programming/android/user-guide/getting-started.md | 2 +- programming/ios/user-guide/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/programming/android/user-guide/getting-started.md b/programming/android/user-guide/getting-started.md index 7c6727d..85bb5ef 100644 --- a/programming/android/user-guide/getting-started.md +++ b/programming/android/user-guide/getting-started.md @@ -96,7 +96,7 @@ In this section, we are going to explain how to create a simple `HelloWorld` app > >- Android Studio 2022.3.1 is used here in this guide. >- You can get similar source code from -> - HelloWorld Sample (Java) +> - HelloWorld Sample (Java) ### Create a New Project diff --git a/programming/ios/user-guide/getting-started.md b/programming/ios/user-guide/getting-started.md index ce4b16c..a4e7201 100644 --- a/programming/ios/user-guide/getting-started.md +++ b/programming/ios/user-guide/getting-started.md @@ -84,7 +84,7 @@ The following sample will demonstrate how to create a simple `HelloWorld` app fo >Note: > >- The following steps are completed in XCode 14.2 ->- View the entire Swift source code from [HelloWorld(Swift) sample](https://github.com/Dynamsoft/code-parser-mobile-samples/blob/main/ios/HelloWorld/) +>- View the entire Swift source code from [HelloWorld(Swift) sample](https://github.com/Dynamsoft/code-parser-mobile-samples/blob/master/ios/HelloWorld/) ### Create a New Project