Skip to content

Commit c20a8b8

Browse files
authored
remove dead links
1 parent 94a4736 commit c20a8b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ElmWebApp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Web App with Elm
22

3-
A minimal web app with an Elm [frontend](https://chatgpt.com/share/93575daf-49ef-48ba-b39d-ab04672e4019) and Roc [backend](https://chatgpt.com/share/7ac35a32-dab5-46d0-bb17-9d584469556f). The Roc backend uses the [basic-webserver](https://github.com/roc-lang/basic-webserver) platform.
3+
A minimal web app with an Elm frontend and Roc backend. The Roc backend uses the [basic-webserver](https://github.com/roc-lang/basic-webserver) platform.
44

55
## Why Elm + Roc?
66

@@ -64,6 +64,6 @@ Serve the frontend:
6464
```
6565
elm reactor --port 8001 # Roc backend will be on 8000
6666
```
67-
For production; use a [battle-tested HTTP server](https://chatgpt.com/share/5809a606-10ea-4ee6-b821-732465016254) instead of elm reactor.
67+
For production; use a battle-tested HTTP server instead of elm reactor.
6868

6969
Open [localhost:8001/index.html](localhost:8001/index.html) in your browser.

0 commit comments

Comments
 (0)