Skip to content

Commit 6c1b4d4

Browse files
committed
Fix broken links in Readme
1 parent 04e2586 commit 6c1b4d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/jsalinaspolo/logcapture.svg?branch=master)](https://travis-ci.org/jsalinaspolo/logcapture)
22
[![Download](https://api.bintray.com/packages/jspcore/maven/logcapture-core/images/download.svg?version=1.2.0) ](https://bintray.com/jspcore/maven/logcapture-core/1.2.0/link)
3-
[![codecov](https://codecov.io/gh/mustaine/logcapture/branch/master/graph/badge.svg)](https://codecov.io/gh/mustaine/logcapture)
3+
[![codecov](https://codecov.io/gh/jsalinaspolo/logcapture/branch/master/graph/badge.svg)](https://codecov.io/gh/jsalinaspolo/logcapture)
44

55
# LogCapture
66

@@ -56,7 +56,7 @@ class LogCaptureListenerSpec : StringSpec({
5656
})
5757
```
5858

59-
More example how to use the library at [ExampleShould.java](https://github.com/mustaine/logcapture/blob/master/src/test/java/com/logcapture/example/ExampleShould.java)
59+
More example how to use the library at [ExampleShould.java](https://github.com/jsalinaspolo/logcapture/blob/master/src/test/java/com/logcapture/example/ExampleShould.java)
6060

6161
## Binaries
6262

0 commit comments

Comments
 (0)