From ee27e848c446ba48de28a41af692558e7a151dec Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Thu, 28 Mar 2024 15:40:57 +0100 Subject: [PATCH] fix --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ccd8bf8878..e877c800d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ Active development for graphql.org happens on the `source` branch. Be sure to cr ### Publishing the updated site -Your changes will be merged into the `source` branch. Then, the CI will automatically publish a new version of https://graphql.org via [Netlify](https://docs.netlify.com). +Your changes will be merged into the `source` branch. Then, the CI will automatically publish a new version of https://graphql.org via [Vercel](https://vercel.com/docs). ## Updating content diff --git a/README.md b/README.md index c3f51cefad..93cb1f78af 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A brief overview: **GraphQL** is a query language for APIs and a runtime for ful ## Deployment -The site is deployed via Netlify on merges to the source branch, you can see the [builds here](https://app.netlify.com/teams/graphql-org/builds). +The site is deployed via Vercel on merges to the `source` branch. ## How to contribute