From 58351be7ee2e74ad852253c8295b5f9189ea8301 Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Tue, 11 Jun 2019 20:03:07 -0700 Subject: [PATCH] point love2d starter link to the github releases page --- content/getting_started/case_study_love.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting_started/case_study_love.md b/content/getting_started/case_study_love.md index 1ff81dc..626d851 100644 --- a/content/getting_started/case_study_love.md +++ b/content/getting_started/case_study_love.md @@ -29,7 +29,7 @@ npm You should see npm print out a bunch of help information. Now we're almost ready to begin. -Download the [Encompass/LÖVE starter project](https://github.com/encompass-ecs/encompass-love2d-starter). Place its contents in a folder and rename the folder to the name of your project. Change information in the `package.json` file where appropriate. +Download the [Encompass/LÖVE starter project](https://github.com/encompass-ecs/encompass-love2d-starter/releases). Place its contents in a folder and rename the folder to the name of your project. Change information in the `package.json` file where appropriate. Now we are ready. Enter the project folder in your terminal and do: