Updated What to do if your CL broke the Node.js integration build (markdown)
diff --git a/What-to-do-if-your-CL-broke-the-Node.js-integration-build.md b/What-to-do-if-your-CL-broke-the-Node.js-integration-build.md
index f1a3d81..b7c2b37 100644
--- a/What-to-do-if-your-CL-broke-the-Node.js-integration-build.md
+++ b/What-to-do-if-your-CL-broke-the-Node.js-integration-build.md
@@ -61,7 +61,7 @@
 
 Replace node/deps/v8 with a copy of v8 (lkgr branch) and build Node. 
 ```
-$V8/tools/release/update_node.py $V8 $NODE
+$V8/tools/node/update_node.py $V8 $NODE
 cd $NODE
 ./configure --build-v8-with-gn && make -j48 test
 ```