Skip to content

Commit 250dfae

Browse files
remove broken link (#2710)
1 parent 47a7a9d commit 250dfae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

deploy/classic/api/runtime-node.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ const server = createServer((req, res) => {
3232
server.listen(8080);
3333
```
3434

35-
_You can see this example live here:
36-
https://dash.deno.com/playground/node-specifiers_
37-
3835
When using `node:` specifiers, all other features of Deno Deploy Classic are
3936
still available. For example, you can use `Deno.env` to access environment
4037
variables even when using Node.js modules. You can also import other ESM modules

0 commit comments

Comments
 (0)