Skip to content

Commit d003c00

Browse files
committed
Fixing link to new PSR-15 middleware
1 parent c37808e commit d003c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/other_frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In order to bootstrap GraphQLite, you will need:
2424
Additionally, you will have to route the HTTP requests to the underlying GraphQL library.
2525

2626
GraphQLite relies on the [webonyx/graphql-php](http://webonyx.github.io/graphql-php/) library internally.
27-
This library plays well with PSR-7 requests and we also provide a [PSR-15 middleware](https://github.com/phps-cans/psr7-middleware-graphql).
27+
This library plays well with PSR-7 requests and we also provide a [PSR-15 middleware](#psr-15-middleware).
2828

2929
## Integration
3030

0 commit comments

Comments
 (0)