Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Update readme with link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Southwood authored and Scott Southwood committed Feb 1, 2015
1 parent 404fe7f commit 71c7bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ public void onStart() {
client.trackPageView("page name");
}
```
**Documentation**

http://microsoft.github.io/AppInsights-Android/



Expand Down
1 change: 0 additions & 1 deletion applicationinsights-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ android {

task docs(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
options.links("http://docs.oracle.com/javase/7/docs/api/")
options.links("http://d.android.com/reference/")
}

Expand Down

0 comments on commit 71c7bee

Please sign in to comment.