Skip to content

Commit

Permalink
update edit links from tablatom/hobo to Hobo/hobodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Oct 2, 2012
1 parent 94974ed commit 645cb9c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dryml/lib/dryml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module Dryml
VERSION = File.read(File.expand_path('../../VERSION', __FILE__)).strip
@@root = Pathname.new File.expand_path('../..', __FILE__)
def self.root; @@root; end
EDIT_LINK_BASE = "https://github.com/tablatom/hobo/edit/master/dryml"
EDIT_LINK_BASE = "https://github.com/Hobo/hobodoc/edit/master/dryml"

class DrymlSyntaxError < RuntimeError; end

Expand Down
2 changes: 1 addition & 1 deletion hobo_clean/lib/hobo_clean.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module HoboClean
@@root = Pathname.new File.expand_path('../..', __FILE__)
def self.root; @@root; end

EDIT_LINK_BASE = "https://github.com/tablatom/hobo/edit/master/hobo_clean"
EDIT_LINK_BASE = "https://github.com/Hobo/hobodoc/edit/master/hobo_clean"

require 'hobo_clean/railtie' if defined?(Rails)

Expand Down
2 changes: 1 addition & 1 deletion hobo_clean_sidemenu/lib/hobo_clean_sidemenu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module HoboCleanSidemenu
@@root = Pathname.new File.expand_path('../..', __FILE__)
def self.root; @@root; end

EDIT_LINK_BASE = "https://github.com/tablatom/hobo/edit/master/hobo_clean_sidemenu"
EDIT_LINK_BASE = "https://github.com/Hobo/hobodoc/edit/master/hobo_clean_sidemenu"

require 'hobo_clean_sidemenu/railtie' if defined?(Rails)

Expand Down
2 changes: 1 addition & 1 deletion hobo_jquery/lib/hobo_jquery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module HoboJquery
@@root = Pathname.new File.expand_path('../..', __FILE__)
def self.root; @@root; end

EDIT_LINK_BASE = "https://github.com/tablatom/hobo/edit/master/hobo_jquery"
EDIT_LINK_BASE = "https://github.com/Hobo/hobodoc/edit/master/hobo_jquery"

require 'hobo_jquery/railtie' if defined?(Rails)

Expand Down
2 changes: 1 addition & 1 deletion hobo_jquery_ui/lib/hobo_jquery_ui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module HoboJqueryUi
@@root = Pathname.new File.expand_path('../..', __FILE__)
def self.root; @@root; end

EDIT_LINK_BASE = "https://github.com/tablatom/hobo/edit/master/hobo_jquery_ui"
EDIT_LINK_BASE = "https://github.com/Hobo/hobodoc/edit/master/hobo_jquery_ui"

require 'hobo_jquery_ui/railtie' if defined?(Rails)

Expand Down
2 changes: 1 addition & 1 deletion hobo_rapid/lib/hobo_rapid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module HoboRapid
@@root = Pathname.new File.expand_path('../..', __FILE__)
def self.root; @@root; end

EDIT_LINK_BASE = "https://github.com/tablatom/hobo/edit/master/hobo_rapid"
EDIT_LINK_BASE = "https://github.com/Hobo/hobodoc/edit/master/hobo_rapid"

require 'hobo_rapid/railtie' if defined?(Rails)

Expand Down

0 comments on commit 645cb9c

Please sign in to comment.