Skip to content

Commit 0a25c34

Browse files
committed
updating readme
1 parent df0a710 commit 0a25c34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Builder4test
2-
[![Build Status](https://travis-ci.org/caelwinner/builder4test.svg?branch=master)](https://travis-ci.org/caelwinner/builder4test)
3-
[![Coverage Status](https://coveralls.io/repos/github/caelwinner/builder4test/badge.svg?branch=master)](https://coveralls.io/github/caelwinner/builder4test?branch=master)
2+
[![Build Status](https://travis-ci.org/caelcs/builder4test.svg?branch=master)](https://travis-ci.org/caelcs/builder4test)
3+
[![Coverage Status](https://coveralls.io/repos/github/caelcs/builder4test/badge.svg?branch=master)](https://coveralls.io/github/caelcs/builder4test?branch=master)
44
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/uk.co.caeldev/builder4test/badge.svg)](https://maven-badges.herokuapp.com/maven-central/uk.co.caeldev/builder4test)
55

66
Library to build your POJO entities using a very intuitive DSL.
@@ -15,7 +15,7 @@ Most of the time when I am writing my tests I have the need to write clean and r
1515
There are several ways to use it but the most flexible for me is creating a Class Builder that contains all the logic to create the objects.
1616
The same example you can find in the lib tests.
1717

18-
you can inspect this [demo project](https://github.com/caelwinner/build4test-demo) to see how to use this library.
18+
you can inspect this [demo project](https://github.com/caelcs/build4test-demo) to see how to use this library.
1919

2020
```java
2121
public class PojoBuilder {

0 commit comments

Comments
 (0)