Skip to content

Commit a9e5100

Browse files
committed
fix: video links
1 parent 148c496 commit a9e5100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/articles/03-multiplayer-state-machine.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ parts you want to send to the clients based on the current state (use
263263
This is the a tiny demo of how it looked like in the team event (just imagine it smoothly happened with 15+ players):
264264

265265
<video controls>
266-
<source src="/public/03-blacksoup.mp4" type="video/mp4" />
266+
<source src="/03-blacksoup.mp4" type="video/mp4" />
267267
</video>
268268

269269
## An example without partyserver
@@ -281,13 +281,13 @@ See the full code: [backend](https://github.com/astahmer/multiplayer-xstate/blob
281281
See how it behaves with multiple clients:
282282

283283
<video controls>
284-
<source src="/public/03-payment-dual-window.mp4" type="video/mp4" />
284+
<source src="/03-payment-dual-window.mp4" type="video/mp4" />
285285
</video>
286286

287287
You can see the state updating each second from the Network tab in the video below:
288288

289289
<video controls>
290-
<source src="/public/03-payment-workflow.mp4" type="video/mp4" />
290+
<source src="/03-payment-workflow.mp4" type="video/mp4" />
291291
</video>
292292

293293
Even if I were to restart the server (simulating the DO shutting down), the payment at this url would still show the

0 commit comments

Comments
 (0)