Skip to content

Commit

Permalink
[README] Link build status from badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Jan 18, 2016
1 parent 1a2c741 commit 6b7fc3b
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,4 +1,4 @@
Bugsnag Notifier for Android <img src="https://travis-ci.org/bugsnag/bugsnag-android.svg?branch=master" alt="build status" class="build-status">
Bugsnag Notifier for Android <a href="https://travis-ci.org/bugsnag/bugsnag-android"><img src="https://travis-ci.org/bugsnag/bugsnag-android.svg?branch=master" alt="build status" class="build-status"></a>
============================

[Bugsnag](https://bugsnag.com) for Android automatically detects crashes in
Expand Down Expand Up @@ -48,7 +48,7 @@ Configuring Your AndroidManifest
```xml
<!-- Optional: To provide network connectivity information to Bugsnag -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

<!-- Optional: To see which Activity was active at the time of a crash -->
<uses-permission android:name="android.permission.GET_TASKS"/>
```
Expand Down

0 comments on commit 6b7fc3b

Please sign in to comment.