Skip to content

Commit b89489f

Browse files
authored
Fix broken link (#1745)
1 parent 67557bc commit b89489f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-07-29-bootstraping-a-multiplayer-server-with-elixir-at-x-plane.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ They eventually settled on three top contenders: Rust, Go, and Elixir. Elixir to
3636

3737
## Modeling multiplayer with Elixir
3838

39-
Ready to give Elixir a try, Tyler picked up a couple books but soon realized the language's [Getting Started guide](https://elixir-lang.orghttps://hexdocs.pm/elixir/1.16/introduction.html) provided the background he needed. He explains: "while the introductory guide covers the language constructs, the advanced guide on the website has you build an actual project with TCP connections, with the basic architectural patterns we would use in production."
39+
Ready to give Elixir a try, Tyler picked up a couple books but soon realized the language's [Getting Started guide](https://hexdocs.pm/elixir/1.16/introduction.html) provided the background he needed. He explains: "while the introductory guide covers the language constructs, the advanced guide on the website has you build an actual project with TCP connections, with the basic architectural patterns we would use in production."
4040

4141
However, instead of jumping headfirst into the multiplayer server, he decided to give Elixir a try on a smaller problem. He wrote a web proxy to the National Oceanic and Atmospheric Administration (NOAA) weather services and put it in production. This experience taught him the importance of leveraging all of the instrumentation and metrics provided by the Erlang VM. They chose [AppSignal](https://www.appsignal.com/) to help consume and digest this information.
4242

0 commit comments

Comments
 (0)