Skip to content

Commit 1a0a4ba

Browse files
committed
updated links
1 parent 4373d58 commit 1a0a4ba

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Note! The swagger-spec will be moving from the wordnik organization to swagger-api!
2-
31
# The Swagger Specification
42

5-
[![Build Status](https://travis-ci.org/wordnik/swagger-spec.svg?branch=master)](https://travis-ci.org/wordnik/swagger-spec)
3+
[![Build Status](https://travis-ci.org/swagger-api/swagger-spec.svg?branch=master)](https://travis-ci.org/swagger-api/swagger-spec)
64

7-
![](https://raw.github.com/wordnik/swagger-spec/master/swagger-logo.jpg)
5+
![](https://raw.github.com/swagger-api/swagger-spec/master/swagger-logo.jpg)
86
## Welcome to the Swagger Project!
97

108
The goal of Swagger™ is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via Swagger, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, Swagger removes the guesswork in calling the service.
@@ -38,7 +36,7 @@ For example, Swagger-Core with the version 1.3.2 supports Swagger Specification
3836

3937
## The Wiki
4038

41-
Check out the [wiki](https://github.com/wordnik/swagger-spec/wiki) for additional and relevant information about the project.
39+
Check out the [wiki](https://github.com/swagger-api/swagger-spec/wiki) for additional and relevant information about the project.
4240

4341
This includes:
4442
- Static sample tutorial.
@@ -54,11 +52,11 @@ If you just want to see it work, check out the [pet store sample](http://petstor
5452
### Swagger-Group Projects
5553

5654
These are the projects that were created by the same people who authored the Swagger Specification:
57-
- [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.
58-
- [swagger-js](https://github.com/wordnik/swagger-js) - A Swagger implementation for JavaScript.
59-
- [swagger-node-express](https://github.com/wordnik/swagger-node-express) - A Swagger module for node.js with express module.
60-
- [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.
61-
- [swagger-codegen](https://github.com/wordnik/swagger-codegen) - A template-driven engine to generate client code in different languages by parsing your Swagger documentation.
55+
- [swagger-core](https://github.com/swagger-api/swagger-core) - A Swagger implementation for Java/Scala. Has integration with JAX-RS (Jersey, Resteasy, CXF...), Servlets and Play Framework.
56+
- [swagger-js](https://github.com/swagger-api/swagger-js) - A Swagger implementation for JavaScript.
57+
- [swagger-node-express](https://github.com/swagger-api/swagger-node-express) - A Swagger module for node.js with express module.
58+
- [swagger-ui](https://github.com/swagger-api/swagger-ui) - A dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
59+
- [swagger-codegen](https://github.com/swagger-api/swagger-codegen) - A template-driven engine to generate client code in different languages by parsing your Swagger documentation.
6260

6361

6462
### Community-Driven Language Integrations
@@ -108,7 +106,7 @@ These are third party tools generated by the Swagger community:
108106
- [swagger-node-client](https://github.com/signalfx/swagger-node-client) - Node client to communicate with Swagger servers. Includes detailed client-side validation against the API spec.
109107

110108
#### PHP
111-
- [Swagger-PHP](https://packagist.org/packages/zircote/swagger-php) - a library implementing the swagger.wordnik.com specification to describe web services, operations/actions and models enabling a uniform means of producing, consuming, and visualizing RESTful web services.
109+
- [Swagger-PHP](https://packagist.org/packages/zircote/swagger-php) - a library implementing the swagger.io specification to describe web services, operations/actions and models enabling a uniform means of producing, consuming, and visualizing RESTful web services.
112110
- [NelmioApiDocBundle](https://github.com/nelmio/NelmioApiDocBundle) - A Symfony Bundle.
113111
- [Restler](https://github.com/Luracast/Restler) - PHP framework, swagger support in 3.0.
114112
- [swagger-assert](https://github.com/gong023/swagger-assert) - enable to assert keys in swagger document and API response

0 commit comments

Comments
 (0)