From 040879679c1b9cbf81eaedddf0325b8a19a2aca4 Mon Sep 17 00:00:00 2001 From: profanis Date: Tue, 2 Mar 2021 12:52:11 +0200 Subject: [PATCH] (docs) fix a broken link (#1610) The link that points to the queries documentation was invalid. --- packages/apollo-angular/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apollo-angular/README.md b/packages/apollo-angular/README.md index 285176a5a..eca0cbebf 100644 --- a/packages/apollo-angular/README.md +++ b/packages/apollo-angular/README.md @@ -81,7 +81,7 @@ export class DogsComponent implements OnInit { } ``` -To learn more about querying with Apollo Angular be sure to start reading the [documentation article on queries](https://www.apollo-angular.com/docs/basics/queries). +To learn more about querying with Apollo Angular be sure to start reading the [documentation article on queries](https://apollo-angular.com/docs/data/queries/). ## Documentation