aboutsummaryrefslogtreecommitdiff
path: root/docs/upgrading-webkit.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/upgrading-webkit.md')
-rw-r--r--docs/upgrading-webkit.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/upgrading-webkit.md b/docs/upgrading-webkit.md
index 39b5c3efc..dc67e9e09 100644
--- a/docs/upgrading-webkit.md
+++ b/docs/upgrading-webkit.md
@@ -12,7 +12,7 @@ It's important to periodically update WebKit for many reasons:
To upgrade, first find the commit in **bun's WebKit fork** (not bun!) between when we last upgraded and now.
```bash
-cd src/javascript/jsc/WebKit # In the WebKit directory! not bun
+cd src/bun.js/WebKit # In the WebKit directory! not bun
git checkout $COMMIT
```
@@ -38,7 +38,7 @@ Make sure that JSC's CLI is able to load successfully. This verifies that the bu
You know this worked when it printed help options. If it complains about symbols, crashes, or anything else that looks wrong, something is wrong.
```bash
-src/javascript/jsc/WebKit/WebKitBuild/Release/bin/jsc --help
+src/bun.js/WebKit/WebKitBuild/Release/bin/jsc --help
```
Then, clear out our bindings and regenerate the C++<>Zig headers: