From 8cc5cec86e423df01523d8378c8dd8272103cafd Mon Sep 17 00:00:00 2001 From: Mark Chen <37851975+marko-polo-cheno@users.noreply.github.com> Date: Thu, 29 Apr 2021 13:49:12 -0400 Subject: [PATCH] Update README.md (#3) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70490f5..d11a19a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repo contains sample GameTest behavior files for Minecraft Bedrock Edition. ## Getting started with GameTest -To get started with GameTest Framework in Minecraft, see [this docs.microsoft.com page](https://aka.ms/gametest). +To get started with GameTest Framework in Minecraft, see this [GameTest Framework Introduction](https://aka.ms/gametest) page. A tutorial for creating your first GameTest is available [here](https://aka.ms/newgametest). The sample code for the tutorial is within this repo, at [/behavior_packs/StarterTestsTutorial](https://github.com/microsoft/minecraft-gametests/tree/main/behavior_packs/StarterTestsTutorial).