Skip to content

Add urls to links #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ If you just want to see it work, check out the [pet store sample](http://swagger
These are the projects that were created by the same people who authored the Swagger Specification:
- [swagger-core](https://github.com/wordnik/swagger-core) - A Swagger implementation for Java/Scala. Has integration with JAX-RS (Jersey, Resteasy, CXF...), Servlets and Play Framework.
- [swagger-js](https://github.com/wordnik/swagger-js) - A Swagger implementation for JavaScript.
- [swagger-node-express] - A Swagger module for node.js with express module.
- [swagger-ui] - A dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
- [swagger-codegen] - A template-driven engine to generate client code in different languages by parsing your Swagger documentation.
- [swagger-node-express](https://github.com/wordnik/swagger-node-express) - A Swagger module for node.js with express module.
- [swagger-ui](https://github.com/wordnik/swagger-ui) - A dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
- [swagger-codegen](https://github.com/wordnik/swagger-codegen) - A template-driven engine to generate client code in different languages by parsing your Swagger documentation.


### Community-Driven Language Integrations
Expand Down