diff options
author | 2022-07-31 22:41:45 +0000 | |
---|---|---|
committer | 2022-07-31 15:41:45 -0700 | |
commit | 43c1f17d1f1718d3f6d183801f00fea38f51469c (patch) | |
tree | 028ff1098f9f58bdced941d9280e8d639ce1c8ca /docs/upgrading-webkit.md | |
parent | a04c29aaf1b6f35b54c2c74709b88837895d8580 (diff) | |
download | bun-43c1f17d1f1718d3f6d183801f00fea38f51469c.tar.gz bun-43c1f17d1f1718d3f6d183801f00fea38f51469c.tar.zst bun-43c1f17d1f1718d3f6d183801f00fea38f51469c.zip |
Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. (#944)
* Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh.
* Fix: changed urls from types.d.ts to base bun-types repo.
Diffstat (limited to 'docs/upgrading-webkit.md')
-rw-r--r-- | docs/upgrading-webkit.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/upgrading-webkit.md b/docs/upgrading-webkit.md index ac14885f7..f9194fc15 100644 --- a/docs/upgrading-webkit.md +++ b/docs/upgrading-webkit.md @@ -1,6 +1,6 @@ # Upgrading WebKit -Bun uses [a fork](https://github.com/Jarred-Sumner/WebKit) of WebKit with a small number of changes. +Bun uses [a fork](https://github.com/oven-sh/WebKit) of WebKit with a small number of changes. It's important to periodically update WebKit for many reasons: |