Skip to content

Commit 89b6986

Browse files
authored
Fix documentation link in Basic API routes example (#11671)
Link to description of API Routes in the main README of the repo is broken. Replaced with a link to the documentation.
1 parent d46a0ae commit 89b6986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api-routes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic API routes example
22

3-
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.
3+
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.
44

55
## Deploy your own
66

0 commit comments

Comments
 (0)