Skip to content

Commit 5c49873

Browse files
authored
Fix documentation links to native SDK docs (#118)
* Fix documentation links to native SDK docs * Fix missing release notes info * Fix typo
1 parent 9dd9550 commit 5c49873

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/Google-Play-Prominent-Disclosure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Malwarelytics for Cordova supports both mainstream mobile platforms - Android an
44

55
In order to use Anti-Malware feature and distribute the app through Google Play, the app has to meet Google's requirements and must comply with Google Play’s [user data policies](https://support.google.com/googleplay/android-developer/answer/10144311), including prominent disclosure and consent requirement.
66

7-
Detailed explanation of these requirements can be found on [Google Play Prominent Disclosure](https://github.com/wultra/antivirus/blob/develop/docs/Google-Play-Prominent-Disclosure.md) documenation page of Malwarelytics for Android.
7+
Detailed explanation of these requirements can be found on [Google Play Prominent Disclosure](https://developers.wultra.com/components/malwarelytics-android/develop/documentation/Google-Play-Prominent-Disclosure) documentation page of Malwarelytics for Android.
88

99

1010
## Read Next

docs/RASP-Feature-Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Currently, Malwarelytics for Android offers the following RASP features:
2525
- Detection of Play Protect Status
2626
- Detection of Developer Options Status
2727

28-
More about RASP features available for Android platform can be found in the [documentation of the native library](https://github.com/wultra/antivirus/blob/develop/docs/RASP-Feature-Overview.md).
28+
More about RASP features available for Android platform can be found in the [documentation of the native library](https://developers.wultra.com/components/malwarelytics-android/develop/documentation/RASP-Feature-Overview).
2929

3030
## Apple platform
3131

@@ -44,7 +44,7 @@ Currently, Malwarelytics for Apple covers the following RASP problems:
4444
- Active Call Detection
4545
- App Presence Detection
4646

47-
More about RASP features available for Apple platform can be found in the [documentation of the native library](https://github.com/wultra/malwarelytics-apple/blob/develop/docs/RASP-Feature-Overview.md).
47+
More about RASP features available for Apple platform can be found in the [documentation of the native library](https://developers.wultra.com/components/malwarelytics-apple/develop/documentation/RASP-Feature-Overview).
4848

4949
## Configuring Detections
5050

docs/Release-Notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Update project for cordova-cli 13, cordova-android 14, cordova-ios 7 & 8
66
- Minimal iOS version raised to 13
77
- Replaced `<artifactory>` with `<maven>` in Apple configuration to match Android configuration
8+
- Update Malwarelytics for Android to 1.2.1 ([release notes](https://developers.wultra.com/components/malwarelytics-android/1.2.x/documentation/Release-Notes)) (#102)
89

910
## Release 5.2.1
1011

docs/Repackaging-Detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const configuration = {
3232

3333
To properly configure the repackaging detection, you have to get one or more Base64-encoded strings, each containing a SHA-1 hash of a signing certificate.
3434

35-
Detailed documentation about [obtaining signature hash](https://github.com/wultra/antivirus/blob/develop/docs/Repackaging-Detection.md#obtaining-signature-hash) can be found in the documentation of Malwarelytics for Android.
35+
Detailed documentation about [obtaining signature hash](https://developers.wultra.com/components/malwarelytics-android/develop/documentation/Repackaging-Detection#obtaining-signature-hash) can be found in the documentation of Malwarelytics for Android.
3636

3737
Once the signature hash has been obtained, add it to the configuration:
3838

docs/_Sidebar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
**Native Libraries**
1818

19-
- [Malwarelytics for Android](https://github.com/wultra/antivirus/blob/develop/docs/Readme.md)
20-
- [Malwarelytics for Apple](https://github.com/wultra/malwarelytics-apple/blob/develop/docs/Readme.md)
19+
- [Android Native Library](https://developers.wultra.com/components/malwarelytics-android)
20+
- [Apple Native Library](https://developers.wultra.com/components/malwarelytics-apple)

0 commit comments

Comments
 (0)