Skip to content

Commit 4f9fa9a

Browse files
committed
Update README
1 parent 399ef58 commit 4f9fa9a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## ScalikeJDBC-Async [![Build Status](https://travis-ci.org/scalikejdbc/scalikejdbc-async.svg?branch=develop)](https://travis-ci.org/scalikejdbc/scalikejdbc-async)
1+
## ScalikeJDBC-Async [![Build Status](https://travis-ci.org/scalikejdbc/scalikejdbc-async.svg?branch=master)](https://travis-ci.org/scalikejdbc/scalikejdbc-async)
22

33
### ScalikeJDBC Extension: Non-blocking APIs in the JDBC way
44

@@ -49,9 +49,9 @@ val appDependencies = Seq(
4949

5050
### Example
5151

52-
- [programmerlist/ExampleSpec.scala](https://github.com/scalikejdbc/scalikejdbc-async/blob/develop/core/src/test/scala/programmerlist/ExampleSpec.scala)
53-
- [programmerlist/Company.scala](https://github.com/scalikejdbc/scalikejdbc-async/blob/develop/core/src/test/scala/programmerlist/Company.scala)
54-
- [programmerlist/Programmer.scala](https://github.com/scalikejdbc/scalikejdbc-async/blob/develop/core/src/test/scala/programmerlist/Programmer.scala)
52+
- [programmerlist/ExampleSpec.scala](https://github.com/scalikejdbc/scalikejdbc-async/blob/master/core/src/test/scala/programmerlist/ExampleSpec.scala)
53+
- [programmerlist/Company.scala](https://github.com/scalikejdbc/scalikejdbc-async/blob/master/core/src/test/scala/programmerlist/Company.scala)
54+
- [programmerlist/Programmer.scala](https://github.com/scalikejdbc/scalikejdbc-async/blob/mastesr/core/src/test/scala/programmerlist/Programmer.scala)
5555

5656
```scala
5757
import scalikejdbc._, async._
@@ -104,7 +104,7 @@ Transactional queries should be executed in series. You cannot use `Future.trave
104104

105105
See the play-sample project:
106106

107-
https://github.com/scalikejdbc/scalikejdbc-async/blob/develop/play-sample
107+
https://github.com/scalikejdbc/scalikejdbc-async/blob/master/play-sample
108108

109109
### FAQ
110110

@@ -114,7 +114,7 @@ ScalikeJDBC-Async and [postgrsql-async and mysql-async](https://github.com/mauri
114114

115115
#### Is it possible to combine scalikejdbc-async with normal scalikejdbc?
116116

117-
Yes, it's possible. See [this example](https://github.com/scalikejdbc/scalikejdbc-async/blob/develop/core/src/test/scala/sample/PostgreSQLSampleSpec.scala).
117+
Yes, it's possible. See [this example](https://github.com/scalikejdbc/scalikejdbc-async/blob/master/core/src/test/scala/sample/PostgreSQLSampleSpec.scala).
118118

119119
#### Why isn't it a part of scalikejdbc project now?
120120

0 commit comments

Comments
 (0)