diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index a4ec0c4..3a399e7 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -28,7 +28,7 @@ i2pd.conf: [sam] enabled = true -See also commented config with examples of all options in ``docs/i2pd.conf``. +See also commented config with examples of all options in ``contrib/i2pd.conf``. Options specified on the command line take precedence over those in the config file. If you are upgrading your very old router (< 2.3.0) see also [this](config_opts_after_2.3.0.md) page. diff --git a/docs/user-guide/run.md b/docs/user-guide/run.md index 601631f..d06d74c 100644 --- a/docs/user-guide/run.md +++ b/docs/user-guide/run.md @@ -48,7 +48,7 @@ This way all i2pd-related files will be stored at `$HOME/dist`. mkdir $HOME/dist cp i2pd $HOME/dist cp -R contrib/certificates $HOME/dist - cp docs/i2pd.conf $HOME/dist + cp contrib/i2pd.conf $HOME/dist cd $HOME/dist ulimit -n 4096 # only on Linux, increasing open file limit ./i2pd --datadir .