Skip to content

Commit

Permalink
Fixes links in onboarding route (#509)
Browse files Browse the repository at this point in the history
* Fixes links in onboarding route

* Adds changeset

* Update .changeset/rotten-points-float.md

---------

Co-authored-by: Daniel Rios <daniel.riospavia@shopify.com>
  • Loading branch information
benjaminsehl and lordofthecactus committed Feb 15, 2023
1 parent 72d874f commit 5634902
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-points-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/cli-hydrogen': patch
---

Corrects links referred to in Onboarding Route.
8 changes: 6 additions & 2 deletions packages/cli/src/virtual-routes/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,12 @@ export default function Index() {
<code>.env</code>. Then, create your first route with the file {` `}
<code>/app/routes/index.jsx</code>. Learn more about
{` `}
<a href="https://shopify.dev/custom-storefronts/hydrogen/getting-started/quickstart">
connecting a&nbsp;storefront
<a href="https://shopify.dev/docs/custom-storefronts/hydrogen/environment-variables">
editing environment variables
</a>
and
<a href="https://shopify.dev/docs/custom-storefronts/hydrogen/building/begin-development#step-4-create-a-route">
creating routes
</a>
.
</p>
Expand Down

0 comments on commit 5634902

Please sign in to comment.