diff --git a/config/deploy.rb b/config/deploy.rb index e6a8756ce..afd193569 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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' diff --git a/source/creating_extensions.textile b/source/creating_extensions.textile index 44294c612..1129d30c9 100644 --- a/source/creating_extensions.textile +++ b/source/creating_extensions.textile @@ -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.