From b6c8e76cb606cdd8d72d7e3bd044eab88e5108c5 Mon Sep 17 00:00:00 2001 From: Evgeniy Boreyko Date: Thu, 17 Sep 2020 16:49:19 +0300 Subject: [PATCH] docs: fix comparison 3rd party website links --- docs/src/pages/docs/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/docs/comparison.md b/docs/src/pages/docs/comparison.md index 165412bb7c..a6f89f4f84 100644 --- a/docs/src/pages/docs/comparison.md +++ b/docs/src/pages/docs/comparison.md @@ -12,7 +12,7 @@ Feature/Capability Key: - 🔶 Supported and documented, but requires extra user-code to implement - 🛑 Not officially supported or documented. -| | React Query | SWR [_(Website)_](swr) | Apollo Client [_(Website)_](apollo) | +| | React Query | SWR [_(Website)_][swr] | Apollo Client [_(Website)_][apollo] | | -------------------------------------------- | -------------------------------------- | -------------------------- | ------------------------------------- | | Supported Query Syntax | Promise, REST, GraphQL | Promise, REST, GraphQL | GraphQL | | Supported Query Keys | JSON | JSON | GraphQL Query |