diff --git a/apps/site/pages/en/learn/getting-started/introduction-to-nodejs.md b/apps/site/pages/en/learn/getting-started/introduction-to-nodejs.md index d7c5d2af96a65..503459952a002 100644 --- a/apps/site/pages/en/learn/getting-started/introduction-to-nodejs.md +++ b/apps/site/pages/en/learn/getting-started/introduction-to-nodejs.md @@ -95,7 +95,3 @@ and we close the response, adding the content as an argument to `end()`: ```js res.end('Hello World\n'); ``` - -### More Examples - -See https://github.com/nodejs/examples for a list of Node.js examples that go beyond hello world.