Skip to content

Commit

Permalink
docs: update links in project README
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Sep 12, 2023
1 parent ba52e8b commit 8242a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Parsely Android SDK

[![Maven Central](https://img.shields.io/maven-central/v/com.parsely/parsely.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.parsely%22%20AND%20a:%22parsely%22) [![Assemble project](https://github.com/Parsely/parsely-android/actions/workflows/readme.yml/badge.svg)](https://github.com/Parsely/parsely-android/actions/workflows/readme.yml)
[![Maven Central](https://img.shields.io/maven-central/v/com.parsely/parsely.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.parsely/parsely) [![Assemble project](https://github.com/Parsely/parsely-android/actions/workflows/readme.yml/badge.svg)](https://github.com/Parsely/parsely-android/actions/workflows/readme.yml)

The Parse.ly Android SDK is a Java library providing Parse.ly tracking functionality to native
Android apps. Like any other framework you might include in your project, the Parse.ly SDK provides
Expand All @@ -17,4 +17,4 @@ implementation("com.parsely:parsely:<release_version>")
## Using the SDK

Full instructions and documentation can be found on
the [Parse.ly help page](https://www.parse.ly/help/integration/android-sdk/).
the [Parse.ly help page](https://docs.parse.ly/android-sdk/).

0 comments on commit 8242a23

Please sign in to comment.