1
- <img src =" . /docs/_static/graphql-server-logo.svg" height =" 128px " >
1
+ <img src =" https://raw.githubusercontent.com/graphql-python/graphql-server/master /docs/_static/graphql-server-logo.svg" height =" 128px " >
2
2
3
3
[ ![ PyPI version] ( https://badge.fury.io/py/graphql-server.svg )] ( https://badge.fury.io/py/graphql-server )
4
4
[ ![ Coverage Status] ( https://codecov.io/gh/graphql-python/graphql-server/branch/master/graph/badge.svg )] ( https://codecov.io/gh/graphql-python/graphql-server )
@@ -9,12 +9,12 @@ for building GraphQL servers or integrations into existing web frameworks using
9
9
10
10
## Integrations built with GraphQL-Server
11
11
12
- | Server integration | Docs |
13
- | --------------------------- | -------------------------- |
14
- | Flask | [ flask] ( docs/flask.md ) |
15
- | Sanic | [ sanic] ( docs/sanic.md ) |
16
- | AIOHTTP | [ aiohttp] ( docs/aiohttp.md ) |
17
- | WebOb (Pyramid, TurboGears) | [ webob] ( docs/webob.md ) |
12
+ | Server integration | Docs |
13
+ | --------------------------- | --------------------------------------------------------------------------------------- |
14
+ | Flask | [ flask] ( https://github.com/graphql-python/graphql-server/blob/master/ docs/flask.md) |
15
+ | Sanic | [ sanic] ( https://github.com/graphql-python/graphql-server/blob/master/ docs/sanic.md) |
16
+ | AIOHTTP | [ aiohttp] ( https://github.com/graphql-python/graphql-server/blob/master/ docs/aiohttp.md) |
17
+ | WebOb (Pyramid, TurboGears) | [ webob] ( https://github.com/graphql-python/graphql-server/blob/master/ docs/webob.md) |
18
18
19
19
## Other integrations built with GraphQL-Server
20
20
@@ -51,4 +51,4 @@ Please let us know when you have built something new, so we can list it here.
51
51
52
52
## Contributing
53
53
54
- See [ CONTRIBUTING.md] ( CONTRIBUTING.md )
54
+ See [ CONTRIBUTING.md] ( https://github.com/graphql-python/graphql-server/blob/master/ CONTRIBUTING.md)
0 commit comments