We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a770366 commit 30ee9c4Copy full SHA for 30ee9c4
README.md
@@ -65,7 +65,7 @@ Of course if you don't want to build locally you can grab artifacts from maven c
65
`http://repo1.maven.org/maven2/com/wordnik/`
66
67
## Sample Apps
68
-There are a number of sample apps in the `samples` folder:
+There are a number of sample apps in the [samples](https://github.com/swagger-api/swagger-core/tree/master/samples) folder:
69
70
[java-jaxrs](https://github.com/swagger-api/swagger-core/tree/master/samples/java-jaxrs/README.md) Java-based swagger server with JAX-RS
71
@@ -94,7 +94,7 @@ To run the Play2 sample apps:
94
```
95
cd samples/java-play2
96
97
-play run
+sbt run
98
99
100
License
0 commit comments