From 29f70174a8fe1b1197bb3f4268decff2f2496711 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 13 Jan 2016 23:26:42 +0400 Subject: [PATCH] Fix directory. --- documentation/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index f0f6a1e..22112f0 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -236,7 +236,7 @@ dependencies {

Settings

You can create settings that will apply to all your Kobalt builds by creating - a file in ~/.kobalt/settings.xml: + a file in ~/kobalt/settings.xml:

 <kobalt-settings>
@@ -261,7 +261,7 @@ dependencies {
               
               
                   localRepo
-                  ~/.kobalt/repository
+                  ~/kobalt/repository
                   Where Kobalt stores all the downloaded dependencies.