diff --git a/docs/features/autoupdater.rst b/docs/features/autoupdater.rst
index 9586c54cce55a34a8104e8b1ccc6303228e4af4d..740cd232d2bb6615e1e1c3ca3316886a9801b024 100644
--- a/docs/features/autoupdater.rst
+++ b/docs/features/autoupdater.rst
@@ -31,8 +31,10 @@ A fully automated nightly build could use the following commands:
     make -j5 GLUON_BRANCH=experimental
     make manifest GLUON_BRANCH=experimental
     contrib/sign.sh $SECRETKEY images/sysupgrade/experimental.manifest
+
+    rm -rf /where/to/put/this/experimental
     cp -r images /where/to/put/this/experimental
-    ln -s experimental.manifest /where/to/put/this/experimental/manifest
+    ln -s experimental.manifest /where/to/put/this/experimental/sysupgrade/manifest
 
 
 Infrastructure