diff --git a/app/views/pools/new.html.erb b/app/views/pools/new.html.erb index 062ab84a4..573139a79 100644 --- a/app/views/pools/new.html.erb +++ b/app/views/pools/new.html.erb @@ -2,7 +2,7 @@
Before creating a pool, read the <%= link_to "pool guidelines", wiki_page_path(:id => "e621:pools") %>.
+Before creating a pool, read the <%= link_to "pool guidelines", help_page_path(id: "pools") %>.
<%= custom_form_for(@pool) do |f| %> <%= f.input :name, :as => :string, :required => true %>