1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 03:57:11 -07:00

Fix directory.

This commit is contained in:
Cedric Beust 2016-01-13 23:26:42 +04:00
parent 39980e9ab0
commit 29f70174a8

View file

@ -236,7 +236,7 @@ dependencies {
<h2 class="section" id="settings">Settings</h2>
<p>
You can create settings that will apply to all your Kobalt builds by creating
a file in <code>~/.kobalt/settings.xml</code>:
a file in <code>~/kobalt/settings.xml</code>:
</p>
<pre class="brush:plain">
&lt;kobalt-settings&gt;
@ -261,7 +261,7 @@ dependencies {
</thead>
<tr>
<td><code>localRepo</code></td>
<td><code>~/.kobalt/repository</code></td>
<td><code>~/kobalt/repository</code></td>
<td>Where Kobalt stores all the downloaded dependencies.</td>
</tr>
</table>