diff --git a/lib/create_software.rb b/lib/create_software.rb index 368376d..7b8b914 100644 --- a/lib/create_software.rb +++ b/lib/create_software.rb @@ -107,7 +107,7 @@ class CreateSoftware < Task identifier = Community.where(:name => self.name).first.identifier # The use of url_for doesn't allow the /social within the Public Software # portal. That's why the url is mounted so 'hard coded' - url = "#{environment.top_url}/myprofile/#{identifier}/profile_editor/edit" + url = "#{environment.top_url}/myprofile/#{identifier}/profile_editor/edit_software_community" end end -- libgit2 0.21.2