From 66e8e15ff12bfafa89666a6ca93f027ac6ae3feb Mon Sep 17 00:00:00 2001 From: TaeL Kim Date: Fri, 21 Oct 2016 14:55:56 +0900 Subject: [PATCH] swagger-ui repository changed --- Resources/doc/swagger-support.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/doc/swagger-support.rst b/Resources/doc/swagger-support.rst index e1d7586..df88fea 100644 --- a/Resources/doc/swagger-support.rst +++ b/Resources/doc/swagger-support.rst @@ -79,7 +79,7 @@ when this endpoint returns a ``400 Validation failed.`` HTTP response. You can omit the ``200`` entry in the ``responseMap`` property and specify the default ``output`` property instead. That will result on the same thing. -Integration with ``wordnik/swagger-ui`` +Integration with ``swagger-api/swagger-ui`` --------------------------------------- You could import the routes for use with `swagger-ui`_. @@ -157,5 +157,5 @@ namespaces (``Vendor\UserBundle\Entity\User => User``). This will not afford you the guarantee that model IDs are unique, but that would really just depend on the classes you have in use. -.. _`swagger-ui`: https://github.com/wordnik/swagger-ui +.. _`swagger-ui`: https://github.com/swagger-api/swagger-ui .. _`NelmioCorsBundle`: https://github.com/nelmio/NelmioCorsBundle