From 9d5d284715877503418c54417244030074b343d7 Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Sat, 24 Oct 2015 23:46:25 +0200 Subject: [PATCH] docs(readme): update example queries link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e51858..2740d00 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ npm start # run the example application and open your browser: http://localhost: This adapter is written in `ES6` and `ES7` with [Babel](https://babeljs.io) but it's published as transpiled `ES5` JavaScript code to `npm`, which means you don't need `ES7` support in your application to run it. -__Example queries can be found in the [example folder](https://github.com/RisingStack/graffiti-mongoose/blob/master/example/queries.md).__ +__Example queries can be found in the [example folder](https://github.com/RisingStack/graffiti-mongoose/tree/master/example#example-queries).__ ##### usual mongoose model(s) ```javascript