Skip to content

Commit

Permalink
docs: update links on readme (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingDarBoja authored Aug 2, 2020
1 parent f5e8302 commit 482f21b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="./docs/_static/graphql-server-logo.svg" height="128px">
<img src="https://raw.githubusercontent.com/graphql-python/graphql-server/master/docs/_static/graphql-server-logo.svg" height="128px">

[![PyPI version](https://badge.fury.io/py/graphql-server.svg)](https://badge.fury.io/py/graphql-server)
[![Coverage Status](https://codecov.io/gh/graphql-python/graphql-server/branch/master/graph/badge.svg)](https://codecov.io/gh/graphql-python/graphql-server)
Expand All @@ -9,12 +9,12 @@ for building GraphQL servers or integrations into existing web frameworks using

## Integrations built with GraphQL-Server

| Server integration | Docs |
| --------------------------- | -------------------------- |
| Flask | [flask](docs/flask.md) |
| Sanic | [sanic](docs/sanic.md) |
| AIOHTTP | [aiohttp](docs/aiohttp.md) |
| WebOb (Pyramid, TurboGears) | [webob](docs/webob.md) |
| Server integration | Docs |
| --------------------------- | --------------------------------------------------------------------------------------- |
| Flask | [flask](https://github.com/graphql-python/graphql-server/blob/master/docs/flask.md) |
| Sanic | [sanic](https://github.com/graphql-python/graphql-server/blob/master/docs/sanic.md) |
| AIOHTTP | [aiohttp](https://github.com/graphql-python/graphql-server/blob/master/docs/aiohttp.md) |
| WebOb (Pyramid, TurboGears) | [webob](https://github.com/graphql-python/graphql-server/blob/master/docs/webob.md) |

## Other integrations built with GraphQL-Server

Expand Down Expand Up @@ -51,4 +51,4 @@ Please let us know when you have built something new, so we can list it here.

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md)
See [CONTRIBUTING.md](https://github.com/graphql-python/graphql-server/blob/master/CONTRIBUTING.md)

0 comments on commit 482f21b

Please sign in to comment.