mirror of https://github.com/sbt/sbt.git
always say "page" not "section" for pages
parent
c42c0a232e
commit
cce2704e9b
|
|
@ -127,8 +127,8 @@ Replacement with `:=` is the simplest transformation, but there are several
|
|||
others. For example you can append to a list value with `+=`.
|
||||
|
||||
The other transformations require an understanding of [[scopes|Getting Started Scopes]], so the
|
||||
[[next section|Getting Started Scopes]] is about scopes and the
|
||||
[[section after that|Getting Started More About Settings]] goes into more detail about settings.
|
||||
[[next page|Getting Started Scopes]] is about scopes and the
|
||||
[[page after that|Getting Started More About Settings]] goes into more detail about settings.
|
||||
|
||||
## Task Keys
|
||||
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@ is the `full-classpath` key scoped to the `test` configuration and the
|
|||
`{file:/home/hp/checkout/hello/}default-aea33a` project).
|
||||
|
||||
"Dependencies" may not make sense yet; stay tuned for the
|
||||
[[next section|Getting Started More About Settings]].
|
||||
[[next page|Getting Started More About Settings]].
|
||||
|
||||
You can also see the delegates; if the value were not defined, sbt would
|
||||
search through:
|
||||
|
|
|
|||
Loading…
Reference in New Issue