From ddc170c74370de4b8b5f4bb283a14a4a0fece33c Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 18 Oct 2018 13:38:21 -0400 Subject: [PATCH] Updated the link to Swagger Since Sanic-openapi was abandoned. --- docs/sanic/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index c0728627..81d8fa4f 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -8,7 +8,7 @@ A list of Sanic extensions created by the community. - [Compress](https://github.com/subyraman/sanic_compress): Allows you to easily gzip Sanic responses. A port of Flask-Compress. - [Jinja2](https://github.com/lixxu/sanic-jinja2): Support for Jinja2 template. - [Sanic JWT](https://github.com/ahopkins/sanic-jwt): Authentication, JWT, and permission scoping for Sanic. -- [OpenAPI/Swagger](https://github.com/channelcat/sanic-openapi): OpenAPI support, plus a Swagger UI. +- [OpenAPI/Swagger](https://github.com/abatilo/sanic-swagger): Document your Sanic API with OpenAPI with a swagger UI (and attrs!) - [Pagination](https://github.com/lixxu/python-paginate): Simple pagination support. - [Motor](https://github.com/lixxu/sanic-motor): Simple motor wrapper. - [Sanic CRUD](https://github.com/Typhon66/sanic_crud): CRUD REST API generation with peewee models.