diff --git a/README.md b/README.md
index 3c845722d1..82c0626611 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Bun supports Linux (x64 & arm64), macOS (x64 & Apple Silicon) and Windows (x64).
curl -fsSL https://bun.com/install | bash
# on windows
-powershell -c "irm bun.com/install.ps1 | iex"
+powershell -c "irm bun.sh/install.ps1 | iex"
# with npm
npm install -g bun
@@ -104,13 +104,13 @@ bun upgrade --canary
- [File types (Loaders)](https://bun.com/docs/runtime/loaders)
- [TypeScript](https://bun.com/docs/runtime/typescript)
- [JSX](https://bun.com/docs/runtime/jsx)
- - [Environment variables](https://bun.com/docs/runtime/env)
+ - [Environment variables](https://bun.com/docs/runtime/environment-variables)
- [Bun APIs](https://bun.com/docs/runtime/bun-apis)
- [Web APIs](https://bun.com/docs/runtime/web-apis)
- - [Node.js compatibility](https://bun.com/docs/runtime/nodejs-apis)
+ - [Node.js compatibility](https://bun.com/docs/runtime/nodejs-compat)
- [Single-file executable](https://bun.com/docs/bundler/executables)
- [Plugins](https://bun.com/docs/runtime/plugins)
- - [Watch mode / Hot Reloading](https://bun.com/docs/runtime/hot)
+ - [Watch mode / Hot Reloading](https://bun.com/docs/runtime/watch-mode)
- [Module resolution](https://bun.com/docs/runtime/modules)
- [Auto-install](https://bun.com/docs/runtime/autoimport)
- [bunfig.toml](https://bun.com/docs/runtime/bunfig)
diff --git a/docs/bundler/css.mdx b/docs/bundler/css.mdx
index 730332f173..7a73280b79 100644
--- a/docs/bundler/css.mdx
+++ b/docs/bundler/css.mdx
@@ -72,7 +72,7 @@ Bun's CSS bundler automatically converts this nested syntax into traditional fla
You can also nest media queries and other at-rules inside selectors, eliminating the need to repeat selector patterns:
-```css title="styles.css" icon="file-code"
+```scss title="styles.css" icon="file-code"
.responsive-element {
display: block;
diff --git a/docs/bundler/executables.mdx b/docs/bundler/executables.mdx
index fefa2769e6..71b3386a4b 100644
--- a/docs/bundler/executables.mdx
+++ b/docs/bundler/executables.mdx
@@ -118,7 +118,7 @@ These constants are embedded directly into your compiled binary at build time, p