From 405cb2f71e36876365c0804642d8ea1ae093298a Mon Sep 17 00:00:00 2001 From: Oli Peate Date: Fri, 6 Jan 2017 17:09:35 +0000 Subject: [PATCH] Update references from old docs URL This avoids a 302 for users --- README.md | 2 +- administrate.gemspec | 2 +- .../administrate/dashboard/templates/controller.rb.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7971c082b..400b7dae12 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/administrate.gemspec b/administrate.gemspec index 790dbd2db0..2655494c3f 100644 --- a/administrate.gemspec +++ b/administrate.gemspec @@ -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" diff --git a/lib/generators/administrate/dashboard/templates/controller.rb.erb b/lib/generators/administrate/dashboard/templates/controller.rb.erb index 792ed91d88..aa69d927a7 100644 --- a/lib/generators/administrate/dashboard/templates/controller.rb.erb +++ b/lib/generators/administrate/dashboard/templates/controller.rb.erb @@ -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