From b40733e6e598c4da1e4b8e8328d2ce46a396b845 Mon Sep 17 00:00:00 2001 From: sakamossan Date: Tue, 17 Dec 2024 23:01:52 +0900 Subject: [PATCH] Fix broken link to CodeSandbox (#1304) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7885e39..b054468 100644 --- a/readme.md +++ b/readme.md @@ -923,7 +923,7 @@ - [RunKit](https://runkit.com) - Embed a Node.js environment on any website. - [github-npm-stats](https://chrome.google.com/webstore/detail/github-npm-stats/oomfflokggoffaiagenekchfnpighcef) - Chrome extension that displays npm download stats on GitHub. - [npm semver calculator](https://semver.npmjs.com) - Visually explore what versions of a package a semver range matches. -- [CodeSandbox](https://codesandbox.io/s/node-http-server-node) - Online IDE and prototyping. +- [CodeSandbox](https://codesandbox.io/templates/node-http-server) - Online IDE and prototyping. - [Amplication](https://github.com/amplication/amplication) - Auto-generates fully functional apps. - [RunJS](https://runjs.app) - Desktop JavaScript playground.