-
+
{title}
diff --git a/dynamic-routes-starter/package.json b/dynamic-routes-starter/package.json
index 833fb24..58d57b8 100644
--- a/dynamic-routes-starter/package.json
+++ b/dynamic-routes-starter/package.json
@@ -9,7 +9,7 @@
},
"dependencies": {
"gray-matter": "^4.0.2",
- "next": "9.3.5",
+ "next": "9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1"
}
diff --git a/dynamic-routes-step-1/package.json b/dynamic-routes-step-1/package.json
index 833fb24..58d57b8 100644
--- a/dynamic-routes-step-1/package.json
+++ b/dynamic-routes-step-1/package.json
@@ -9,7 +9,7 @@
},
"dependencies": {
"gray-matter": "^4.0.2",
- "next": "9.3.5",
+ "next": "9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1"
}
diff --git a/errors/install.md b/errors/install.md
index bf2092b..72c6705 100644
--- a/errors/install.md
+++ b/errors/install.md
@@ -5,7 +5,7 @@
If you see an installation error for the following installation command:
```bash
-npm init next-app nextjs-blog --example "https://github.com/zeit/next-learn-starter/tree/master/learn-starter"
+npm init next-app nextjs-blog --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter"
```
Try removing everything after `--example`:
@@ -20,4 +20,4 @@ And hit return to choose the default template:
❯ Default starter app
```
-If that doesn’t work either, please let us know on [GitHub Discussions](https://github.com/zeit/next.js/discussions) with the error text, your OS, and Node.js version (make sure your Node.js version is at least 10.13). You can also reach out to [@chibicode on Twitter](https://twitter.com/chibicode).
\ No newline at end of file
+If that doesn’t work either, please let us know on [GitHub Discussions](https://github.com/vercel/next.js/discussions) with the error text, your OS, and Node.js version (make sure your Node.js version is at least 10.13). You can also reach out to [@chibicode on Twitter](https://twitter.com/chibicode).
diff --git a/learn-starter/package.json b/learn-starter/package.json
index db9dfc4..aaf1ca0 100644
--- a/learn-starter/package.json
+++ b/learn-starter/package.json
@@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
- "next": "9.3.5",
+ "next": "9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1"
}
diff --git a/learn-starter/pages/index.js b/learn-starter/pages/index.js
index f7afd96..1379c5f 100644
--- a/learn-starter/pages/index.js
+++ b/learn-starter/pages/index.js
@@ -29,7 +29,7 @@ export default function Home() {