Skip to content

Commit

Permalink
docs: fix broken link (#389)
Browse files Browse the repository at this point in the history
Fixes #386
  • Loading branch information
amcgee committed Jan 27, 2020
1 parent 61a6205 commit 330549c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types/Query.md
Expand Up @@ -24,4 +24,4 @@ const query = {
| **id** | *string* **or** *() => string* | | Optional, when specified indicates that a particular **instance** of a collection will be requested |
| **params** | *Object* **or** *() => Object* | | A dictionary of properties which are translated into querystring parameters when the data is fetched |

> See the [Query type definition](https://github.com/dhis2/app-runtime/blob/master/services/data/src/types/Query.d.ts) for more information
> See the [Query type definition](https://github.com/dhis2/app-runtime/blob/master/services/data/src/engine/types/Query.ts) for more information

0 comments on commit 330549c

Please sign in to comment.