Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Fix link to getting started page #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/developer/tutorials/extensions_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ end

### Adding Our Extension to the Spree Application

Before we continue development of our extension, let's add it to the Spree application we created in the [last tutorial](/developer/getting_started.html). This will allow us to see how the extension works with an actual Spree store while we develop it.
Before we continue development of our extension, let's add it to the Spree application we created in the [last tutorial](/developer/getting_started_tutorial.html). This will allow us to see how the extension works with an actual Spree store while we develop it.

Within the `mystore` application directory, add the following line to the bottom of our `Gemfile`:

Expand Down