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

Commit

Permalink
Fix link, and deploy.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
BDQ committed Oct 4, 2011
1 parent 96c4a10 commit 2de3934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/deploy.rb
Expand Up @@ -5,7 +5,7 @@
set :application, (exists?(:edge) ? "edge-guides" : "guides")
set :user, 'spree'
set :group, 'www-data'
set :domain, 'spree.spreeworks.com'
set :domain, 'www.spreecommerce.com'

set :rvm_ruby_string, 'ruby-1.9.2-p290'

Expand Down
2 changes: 1 addition & 1 deletion source/creating_extensions.textile
Expand Up @@ -35,7 +35,7 @@ $ spree extension foofah

This approach relies on an executable script inside the installed gem. You can always build and install the edge gem using the source if you want to work with the latest and greatest version of the extension generator.

NOTE: See the "Source Code":http://localhost:9292/source_code.html#building-the-gem-from-the-source guide which explains how to build the gem from the source.
NOTE: See the "Source Code":source_code.html#building-the-gem-from-the-source guide which explains how to build the gem from the source.

You probably also need to create a test application which is necessary for using the Rails generators or running the tests.

Expand Down

0 comments on commit 2de3934

Please sign in to comment.