website: Fix path to server config file

Change-Id: I4eb7e0ed7745adb1ea56d7864dd834a7beb86eb3
This commit is contained in:
Kamil Kisiel 2013-07-29 13:14:42 -07:00
parent 979444de66
commit ceda829e43
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<h1>Configuring the server</h1>
<p>The server's config file at $HOME/.camlistore/server-config.json is JSON. It can either be in simple mode (for basic configurations), or in low-level mode (for any sort of crazy configuration).</p>
<p>The server's config file at $HOME/.config/camlistore/server-config.json is JSON. It can either be in simple mode (for basic configurations), or in low-level mode (for any sort of crazy configuration).</p>
<p>This page documents the simple configuration mode.</p>