diff options
author | Adam Stück <adam@adast.xyz> | 2023-04-10 03:21:36 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-04-10 03:21:36 +0200 |
commit | 54d1d3c25f1fa2630c3416f4380a239cfcaa0056 (patch) | |
tree | 6815c3cb9670f6d7f4cf2c2a6687ef6799c65d2a | |
parent | a5f327a28d85e5080153c3c7804bc69519607b7b (diff) |
update link to gameplay clips
-rw-r--r-- | dst/index.html | 2 | ||||
-rw-r--r-- | dst/sitemap.xml | 2 | ||||
-rw-r--r-- | src/index.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dst/index.html b/dst/index.html index 9597c75..886093c 100644 --- a/dst/index.html +++ b/dst/index.html @@ -40,7 +40,7 @@ <p>I’m in the process of rewriting a lot of systems in the game at the moment because I’m switching from janky p2p multiplayer to an authoritative server setup with client-side prediction <a href="https://www.gabrielgambetta.com/client-server-game-architecture.html">(more)</a>.</p> -<p>➤ <a href="https://youtube.com/playlist?list=PLHEg_8J-AGzfSGAZI29eq29DSrBcbXVYv">Gameplay clips</a><br/> +<p>➤ <a href="https://tv.adast.xyz/c/arena/videos">Gameplay clips</a><br/> ➤ <a href="https://trello.com/b/ycQyrouQ">Follow my progress</a></p> <hr style="border-top: dotted 1px;" /> diff --git a/dst/sitemap.xml b/dst/sitemap.xml index 724e4ba..01fdd46 100644 --- a/dst/sitemap.xml +++ b/dst/sitemap.xml @@ -4,5 +4,5 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url><loc>https://arena.adast.xyz/index.html</loc><lastmod>2023-03-13</lastmod><priority>1.0</priority></url> +<url><loc>https://arena.adast.xyz/index.html</loc><lastmod>2023-04-10</lastmod><priority>1.0</priority></url> </urlset> diff --git a/src/index.md b/src/index.md index 1b5b4f5..686fe14 100644 --- a/src/index.md +++ b/src/index.md @@ -19,7 +19,7 @@ Main features (so far): I'm in the process of rewriting a lot of systems in the game at the moment because I'm switching from janky p2p multiplayer to an authoritative server setup with client-side prediction [(more)](https://www.gabrielgambetta.com/client-server-game-architecture.html). -➤ [Gameplay clips](https://youtube.com/playlist?list=PLHEg_8J-AGzfSGAZI29eq29DSrBcbXVYv) +➤ [Gameplay clips](https://tv.adast.xyz/c/arena/videos) ➤ [Follow my progress](https://trello.com/b/ycQyrouQ) <hr style="border-top: dotted 1px;" /> |