Skip to content

Commit

Permalink
Update references from old docs URL
Browse files Browse the repository at this point in the history
This avoids a 302 for users
  • Loading branch information
Oli Peate authored and odlp committed Jan 12, 2017
1 parent adc1f13 commit 405cb2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Restart your server, and visit http://localhost:3000/admin
to see your new dashboard in action.

To customize the appearance, behavior, and contents of the dashboard,
see the guides at http://administrate-docs.herokuapp.com.
see the guides at https://administrate-prototype.herokuapp.com.

## Repository Structure

Expand Down
2 changes: 1 addition & 1 deletion administrate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.version = Administrate::VERSION
s.authors = ["Grayson Wright"]
s.email = ["grayson@thoughtbot.com"]
s.homepage = "https://administrate-docs.herokuapp.com/"
s.homepage = "https://administrate-prototype.herokuapp.com/"
s.summary = "A Rails engine for creating super-flexible admin dashboards"
s.license = "MIT"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Admin
# <%= class_name %>.find_by!(slug: param)
# end

# See https://administrate-docs.herokuapp.com/customizing_controller_actions
# See https://administrate-prototype.herokuapp.com/customizing_controller_actions
# for more information
end
end

0 comments on commit 405cb2f

Please sign in to comment.