From 7a59a82d833df31624b5c9c7aee24b55cd6a0f9b Mon Sep 17 00:00:00 2001
From: Raniere Silva <raniere@ime.unicamp.br>
Date: Mon, 29 Dec 2014 22:43:20 -0200
Subject: [PATCH] Add examples of links to part of our lessons

---
 01-one.md    | 3 ++-
 02-two.md    | 6 ++++--
 reference.md | 4 ++--
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/01-one.md b/01-one.md
index ca4dc26..3f14912 100644
--- a/01-one.md
+++ b/01-one.md
@@ -9,7 +9,8 @@ minutes: 10
 > * Learning objective 1
 > * Learning objective 2
 
-Paragraphs of text --- possibly including **definitions** ---
+Paragraphs of text
+--- possibly including [key word 1](reference.html#key-word-1) ---
 mixed with:
 
 ~~~ {.python}
diff --git a/02-two.md b/02-two.md
index 0412d1b..dfd513a 100644
--- a/02-two.md
+++ b/02-two.md
@@ -9,7 +9,8 @@ minutes: 10
 > * Learning objective 1
 > * Learning objective 2
 
-Paragraphs of text --- possibly including **definitions** ---
+Paragraphs of text
+--- possibly including [key word 2](reference.html#key-word-2) ---
 mixed with:
 
 ~~~ {.python}
@@ -34,4 +35,5 @@ and possibly including:
 > ## Challenge Title {.challenge}
 >
 > Description of a single challenge.
-> There may be several challenges.
+> There may be several challenges
+> that make reference to [Challenge Title](01-one.html#challenge-title).
diff --git a/reference.md b/reference.md
index 8d0c4fe..b202f9d 100644
--- a/reference.md
+++ b/reference.md
@@ -13,8 +13,8 @@ subtitle: Reference
 
 ## Glossary
 
-Key Word 1
+key word 1
 :   Definition of first term
 
-Key Word 2
+key word 2
 :   Definition of second term
-- 
GitLab