diff --git a/src/sphinx/Getting-Started/Full-Def.rst b/src/sphinx/Getting-Started/Full-Def.rst index 1c4a612a5..5c104e2b4 100644 --- a/src/sphinx/Getting-Started/Full-Def.rst +++ b/src/sphinx/Getting-Started/Full-Def.rst @@ -239,12 +239,12 @@ in this order: - Settings from `Build.settings` and `Project.settings` in your `.scala` files. -- Your user-global settings; for example in `~/.sbt/build.sbt` you +- Your user-global settings; for example in :sublit:`|globalSbtFile|` you can define settings affecting *all* your projects. - Settings injected by plugins, see :doc:`using plugins ` coming up next. - Settings from `.sbt` files in the project. - Build definition projects (i.e. projects inside `project`) have - settings from global plugins (`~/.sbt/plugins`) added. :doc:`Using plugins ` explains this more. + settings from global plugins (:sublit:`|globalPluginsBase|`) added. :doc:`Using plugins ` explains this more. Later settings override earlier ones. The entire list of settings forms the build definition. @@ -253,3 +253,7 @@ Next ---- You're at the end of Getting Started! There's a :doc:`brief recap `. + +.. |globalBase| replace:: ~/.sbt/|version|/ +.. |globalSbtFile| replace:: |globalBase|\ global.sbt +.. |globalPluginsBase| replace:: |globalBase|\ plugins/