fix the name of a link in More About Settings

Havoc Pennington 2011-10-18 16:31:20 -04:00
parent 37b07ec47c
commit 0986d87687
1 changed files with 1 additions and 1 deletions

@ -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