From 545eaecdfb43872f4d413d53bfb7352e9131ee83 Mon Sep 17 00:00:00 2001 From: hankhill19580 Date: Sat, 25 Apr 2020 18:11:09 +0000 Subject: [PATCH] fix inaccurate docroot in i2ptunnel documentation page --- i2p2www/pages/site/docs/api/i2ptunnel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i2p2www/pages/site/docs/api/i2ptunnel.html b/i2p2www/pages/site/docs/api/i2ptunnel.html index 1b1eee3c..71db823c 100644 --- a/i2p2www/pages/site/docs/api/i2ptunnel.html +++ b/i2p2www/pages/site/docs/api/i2ptunnel.html @@ -24,8 +24,8 @@ A web interface for I2PTunnel management is avaliable on I2P Webserver - A tunnel pointed to a Jetty webserver run on localhost:7658 for convenient and quick hosting on I2P.
The document root is:{% endtrans %} -
Unix - %APPDATA%\I2P\eepsite\docroot -
Windows - C:\Users\**username**\AppData\Roaming\I2P\eepsite\docroot +
Unix - $HOME/.i2p/eepsite/docroot +
Windows - %LOCALAPPDATA%\I2P\eepsite\docroot, which expands to: C:\Users\**username**\AppData\Local\I2P\eepsite\docroot

{% trans %}Client tunnels{% endtrans %}