8000 docs: update links on readme (#60) · graphql-python/graphql-server@482f21b · GitHub
[go: up one dir, main page]

Skip to content

Commit 482f21b

Browse files
authored
docs: update links on readme (#60)
1 parent f5e8302 commit 482f21b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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">
22

33
[![PyPI version](https://badge.fury.io/py/graphql-server.svg)](https://badge.fury.io/py/graphql-server)
44
[![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
99

1010
## Integrations built with GraphQL-Server
1111

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) |
1818

1919
## Other integrations built with GraphQL-Server
2020

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

5252
## Contributing
5353

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

0 commit comments

Comments
 (0)
0