From 448afef351bc6f2de6813f27b9a4332458ff26bd Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Mon, 1 May 2023 16:43:05 +0300 Subject: [PATCH] Change redirects to voyager and graphql-apis (#54) --- src/graphql-apis.html | 2 +- src/graphql-voyager.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/graphql-apis.html b/src/graphql-apis.html index b78012b..cac3bb5 100644 --- a/src/graphql-apis.html +++ b/src/graphql-apis.html @@ -1,4 +1,4 @@ --- layout: redirect.njk permalink: "/graphql-apis/" -destination: "//ivangoncharov.github.io/graphql-apis/" +destination: "//graphql-kit.github.io/graphql-apis/" diff --git a/src/graphql-voyager.html b/src/graphql-voyager.html index 26ac94d..1b09660 100644 --- a/src/graphql-voyager.html +++ b/src/graphql-voyager.html @@ -1,4 +1,4 @@ --- layout: redirect.njk permalink: "/graphql-voyager/" -destination: "//ivangoncharov.github.io/graphql-voyager/" +destination: "//graphql-kit.github.io/graphql-voyager/"