diff --git a/docs/getting-started.sgml b/docs/getting-started.sgml
index 526381b8..bf9cbdf5 100644
--- a/docs/getting-started.sgml
+++ b/docs/getting-started.sgml
@@ -224,11 +224,11 @@ $smarty = new Smarty;
Setting file permissions
-chown nobody:nobody /web/www.mydomain.com/smarty/templates_c/
-chmod 770 /web/www.mydomain.com/smarty/templates_c/
+chown nobody:nobody /web/www.mydomain.com/smarty/guestbook/templates_c/
+chmod 770 /web/www.mydomain.com/smarty/guestbook/templates_c/
-chown nobody:nobody /web/www.mydomain.com/smarty/cache/
-chmod 770 /web/www.mydomain.com/smarty/cache/
+chown nobody:nobody /web/www.mydomain.com/smarty/guestbook/cache/
+chmod 770 /web/www.mydomain.com/smarty/guestbook/cache/