summaryrefslogtreecommitdiff
path: root/Doc/tools/update-docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/tools/update-docs.sh')
-rwxr-xr-xDoc/tools/update-docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/update-docs.sh b/Doc/tools/update-docs.sh
index 3cc28d5d35..5f4b03d79e 100755
--- a/Doc/tools/update-docs.sh
+++ b/Doc/tools/update-docs.sh
@@ -16,7 +16,7 @@ UPDATES="$HOME/tmp/$2"
TMPDIR="$$-docs"
-cd /home/groups/python/htdocs || exit $?
+cd /home/groups/p/py/python/htdocs || exit $?
mkdir $TMPDIR || exit $?
cd $TMPDIR || exit $?
(bzip2 -dc "$UPDATES" | tar xf -) || exit $?