From 3899596c843e5ae43c9844236324d06cbf573e2f Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Mon, 20 Jul 2020 13:24:27 -0700 Subject: [PATCH] update link to PongFE repo --- content/pong/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pong/introduction.md b/content/pong/introduction.md index 1fcdb43..5cf0ca8 100644 --- a/content/pong/introduction.md +++ b/content/pong/introduction.md @@ -16,4 +16,4 @@ We'll be developing this with the Encompass/FNA starter pack. Go ahead and [set I recommend following along with the tutorial by actually typing out the code rather than cut-and-pasting. You'll be able to follow the structure of what's happening much better. Think of it like taking notes. {{% /notice %}} -If at any point you become confused in the tutorial, feel free to ask questions in our [Discord server](https://discord.gg/ZYE88fK) or file an issue report on our [Gitea Issues page](https://gitea.moonside.games/MoonsideGames/encompass-cs-docs/issues). You can also take a look at the exact tutorial code in the [GitHub repo](https://github.com/encompass-ecs/encompass-pong-example). +If at any point you become confused in the tutorial, feel free to ask questions in our [Discord server](https://discord.gg/ZYE88fK) or file an issue report on our [Gitea Issues page](https://gitea.moonside.games/MoonsideGames/encompass-cs-docs/issues). You can also take a look at the exact tutorial code in the [GitHub repo](https://gitea.moonside.games/MoonsideGames/PongFE).