Skip to content

Commit

Permalink
docs: remove empty example link (#32439)
Browse files Browse the repository at this point in the history
https://github.com/vercel/next.js/tree/canary/examples/custom-server 
This example has been moved to the documentation


## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
  • Loading branch information
xiaohp committed Dec 13, 2021
1 parent 4c84150 commit d665794
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/advanced-features/custom-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ description: Start a Next.js app programmatically using a custom server.
<details>
<summary><b>Examples</b></summary>
<ul>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server">Basic custom server</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server-express">Express integration</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server-hapi">Hapi integration</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server-koa">Koa integration</a></li>
Expand Down

0 comments on commit d665794

Please sign in to comment.