Move git_base_path to gerrit.config
Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/Documentation/config-gitweb.txt b/Documentation/config-gitweb.txt
index 864a819..416c34c 100644
--- a/Documentation/config-gitweb.txt
+++ b/Documentation/config-gitweb.txt
@@ -7,9 +7,10 @@
To enable the gitweb integration, set gitweb.url with the URL of
your gitweb CGI.
-The CGI's `$projectroot` should be `'$git_base_path'`, or a fairly
-current replica. If a replica is being used, ensure it uses a full
-mirror, so the `refs/changes/*` namespace is available.
+The CGI's `$projectroot` should be the same directory as
+gerrit.basePath, or a fairly current replica. If a replica is
+being used, ensure it uses a full mirror, so the `refs/changes/*`
+namespace is available.
====
git config --file=$site_path/gerrit.config gitweb.url http://example.com/gitweb.cgi