Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit eaae41f

Browse files
committed
fix(docs): revert starter url in tutorial (#26528)
Code on L.214 doesn't work on my environment and this behaviour is expected to be common in many other environments. Indeed, the page https://github.com/gatsbyjs/gatsby/tree/master/starters shows a proper code: `gatsby new my-blazing-fast-site https://github.com/gatsbyjs/gatsby-starter-hello-world`, instead of the previous one `gatsby new hello-world https://github.com/gatsbyjs/gatsby/tree/master/starters/hello-world`. Then I propose the change also on the index.md.
1 parent cf2e39e commit eaae41f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

yarn.lock

+1-6
Original file line numberDiff line numberDiff line change
@@ -1644,12 +1644,7 @@
16441644
"@types/node" "*"
16451645
form-data "^3.0.0"
16461646

1647-
"@types/node@*":
1648-
version "14.0.27"
1649-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
1650-
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==
1651-
1652-
"@types/node@^8.5.7":
1647+
"@types/node@*", "@types/node@^8.5.7":
16531648
version "8.10.62"
16541649
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.62.tgz#8d0d0db44a46ae7679d92e2e36d41bf1c3625d6a"
16551650
integrity sha512-76fupxOYVxk36kb7O/6KtrAPZ9jnSK3+qisAX4tQMEuGNdlvl7ycwatlHqjoE6jHfVtXFM3pCrCixZOidc5cuw==

0 commit comments

Comments
 (0)