replace site specific wiki link with generic link

This commit is contained in:
edshot99 2024-11-06 21:17:58 -06:00
parent b2664d0e72
commit e909a54825

View File

@ -2,7 +2,7 @@
<div id="c-new">
<h2>New Pool</h2>
<p style="font-weight: bold;">Before creating a pool, read the <%= link_to "pool guidelines", wiki_page_path(:id => "e621:pools") %>.</p>
<p style="font-weight: bold;">Before creating a pool, read the <%= link_to "pool guidelines", help_page_path(id: "pools") %>.</p>
<%= custom_form_for(@pool) do |f| %>
<%= f.input :name, :as => :string, :required => true %>