From 0986d87687ab41ce193e5ec64a1075b03d8c0f2f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 18 Oct 2011 16:31:20 -0400 Subject: [PATCH] fix the name of a link in More About Settings --- Getting-Started/Getting-Started-More-About-Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started/Getting-Started-More-About-Settings.md b/Getting-Started/Getting-Started-More-About-Settings.md index 36f0bfa..2010ec5 100644 --- a/Getting-Started/Getting-Started-More-About-Settings.md +++ b/Getting-Started/Getting-Started-More-About-Settings.md @@ -277,7 +277,7 @@ do this. ### Tasks with dependencies -As noted in [[more about settings|Getting Started Basic Def]], task keys create a +As noted in [[.sbt build definition|Getting Started Basic Def]], task keys create a `Setting[Task[T]]` rather than a `Setting[T]` when you build a setting with `:=`, `<<=`, etc. Similarly, task keys are instances of `Initialize[Task[T]]` rather than `Initialize[T]` and `<<=` on a task key