diff --git a/docs/usage/troubleshooting.rst b/docs/usage/troubleshooting.rst --- a/docs/usage/troubleshooting.rst +++ b/docs/usage/troubleshooting.rst @@ -9,7 +9,7 @@ Troubleshooting :A: Make sure either to set the `static_files = true` in the .ini file or double check the root path for your http setup. It should point to for example: - /home/my-virtual-python/lib/python2.6/site-packages/rhodecode/public + /home/my-virtual-python/lib/python2.6/site-packages/kallithea/public |