From e7981ab6959fb961e4ebe53fa11af069a2c69bd3 Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Tue, 21 May 2019 18:02:36 -0700 Subject: [PATCH] add line about skipping ahead --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 77abd25..c6757c9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -13,4 +13,4 @@ encompass lets you write clean, de-coupled code so you can spend more time on yo encompass is currently available with a TypeScript implementation that fully supports transpilation to Javascript and Lua. A C# implementation is forthcoming. -If you are here to learn how to use Encompass and don't care about the justifications for it, I recommend skipping ahead to Chapter 2. +If you are here to learn how to use Encompass and don't care about the justifications for it, I recommend skipping ahead to [Chapter 2](getting_started).