Skip to content

Commit b8d2c3f

Browse files
committed
updated references to wordnik project
1 parent 1ad099b commit b8d2c3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Swagger Specification
22

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)
44

55
![](https://raw.github.com/wordnik/swagger-spec/master/swagger-logo.jpg)
66
## Welcome to the Swagger Project!

src/test/scala/TestBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import scala.io.Source
88
**/
99
trait TestBase {
1010
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"
1212
// val host = "http://localhost:8000/schema.json"
1313

1414
def readSchema(makeQualified: Boolean = true) = {

0 commit comments

Comments
 (0)