From 304e91765d89e4f8d190f3dbb80ad9ee277be95d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 3 Oct 2018 16:07:08 -0700 Subject: The world is our stage --- actiontext.gemspec | 2 +- lib/templates/installer.rb | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actiontext.gemspec b/actiontext.gemspec index bce0bf1332..d9de924efa 100644 --- a/actiontext.gemspec +++ b/actiontext.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.authors = ["Javan Makhmali", "Sam Stephenson", "David Heinemeier Hansson"] s.email = ["javan@javan.us", "sstephenson@gmail.com", "david@loudthinking.com"] s.summary = "Edit and display rich text in Rails applications" - s.homepage = "https://github.com/basecamp/actiontext" + s.homepage = "https://github.com/rails/actiontext" s.license = "MIT" s.required_ruby_version = ">= 2.2.2" diff --git a/lib/templates/installer.rb b/lib/templates/installer.rb index 100b0a96a8..cfe6b66ed2 100644 --- a/lib/templates/installer.rb +++ b/lib/templates/installer.rb @@ -10,7 +10,7 @@ copy_file "#{__dir__}/../../app/views/active_storage/blobs/_blob.html.erb", # FIXME: Replace with release version on release say "Installing JavaScript dependency" -run "yarn add https://github.com/basecamp/actiontext" +run "yarn add https://github.com/rails/actiontext" APPLICATION_PATH_PATH = "app/javascript/packs/application.js" diff --git a/package.json b/package.json index 63802fb47c..aa6e6b7c22 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "files": [ "app/javascript/actiontext/*.js" ], - "repository": "https://github.com/basecamp/actiontext", + "repository": "https://github.com/rails/actiontext", "author": "Basecamp, LLC", "contributors": [ "Javan Makhmali ", -- cgit v1.2.3