From fab202f78e134ada74758a82e160eb451ad5d5aa Mon Sep 17 00:00:00 2001 From: Tal Ater Date: Sun, 5 Apr 2020 00:42:42 +0300 Subject: [PATCH] Fix documentation link in Basic API routes example Link to description of API Routes in the main README of the repo is broken. Replaced with a link to the documentation. --- examples/api-routes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/api-routes/README.md b/examples/api-routes/README.md index 84a3e2cd85992..a3e39812d797e 100644 --- a/examples/api-routes/README.md +++ b/examples/api-routes/README.md @@ -1,6 +1,6 @@ # Basic API routes example -Next.js ships with [API routes](https://github.com/zeit/next.js#api-routes) which provides an easy solution to build your own `API`. This example shows how to create multiple `API` endpoints with serverless functions, which can execute independently. +Next.js ships with [API routes](https://nextjs.org/docs/api-routes/introduction) which provides an easy solution to build your own `API`. This example shows how to create multiple `API` endpoints with serverless functions, which can execute independently. ## Deploy your own