File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# The Swagger Specification
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/reverb/swagger-spec.svg?branch=master )] ( https://travis-ci.org/reverb /swagger-spec )
3
+ [ ![ Build Status] ( https://travis-ci.org/reverb/swagger-spec.svg?branch=master )] ( https://travis-ci.org/wordnik /swagger-spec )
4
4
5
5
![ ] ( https://raw.github.com/wordnik/swagger-spec/master/swagger-logo.jpg )
6
6
## Welcome to the Swagger Project!
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import scala.io.Source
8
8
**/
9
9
trait TestBase {
10
10
val mapper = new ObjectMapper
11
- val host = " https://raw.githubusercontent.com/reverb /swagger-spec/master/schemas/v2.0/schema.json"
11
+ val host = " https://raw.githubusercontent.com/wordnik /swagger-spec/master/schemas/v2.0/schema.json"
12
12
// val host = "http://localhost:8000/schema.json"
13
13
14
14
def readSchema (makeQualified : Boolean = true ) = {
You can’t perform that action at this time.
0 commit comments