summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/getting_started/debugging_your_code.md2
-rw-r--r--std/http/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started/debugging_your_code.md b/docs/getting_started/debugging_your_code.md
index c35c30d28..04bd711cd 100644
--- a/docs/getting_started/debugging_your_code.md
+++ b/docs/getting_started/debugging_your_code.md
@@ -68,7 +68,7 @@ Once our script is running again, let's send a request and inspect it in
Devtools:
```
-$ curl http://0.0.0.0:4500/
+$ curl http://0.0.0.0:4507/
```
![Break in request handling](../images/debugger5.jpg)
diff --git a/std/http/README.md b/std/http/README.md
index cd23ec41b..c2c4c8ce6 100644
--- a/std/http/README.md
+++ b/std/http/README.md
@@ -15,7 +15,7 @@ A small program for serving local files over HTTP.
```sh
deno run --allow-net --allow-read https://deno.land/std/http/file_server.ts
-> HTTP server listening on http://0.0.0.0:4500/
+> HTTP server listening on http://0.0.0.0:4507/
```
## Cookie