app/views/spotlight/home_pages/_empty.html.erb in blacklight-spotlight-0.17.1 vs app/views/spotlight/home_pages/_empty.html.erb in blacklight-spotlight-0.18.0

- old
+ new

@@ -18,16 +18,16 @@ <% if can? :manage, Spotlight::Role.new(resource: current_exhibit) %> <li>If you want help building the exhibit, use the <%= link_to "Configuration > Users", exhibit_roles_path(current_exhibit) %> page to add other user accounts.</li> <% end %> <% if Spotlight::Engine.config.resource_partials.any? %> - <li>Add items to the exhibit. Go to the <%= link_to "Curation > Items", admin_exhibit_catalog_index_path(current_exhibit) %> page and click <strong>Add items</strong>. You can add items individually or in bulk via a CSV file.</li> + <li>Add items to the exhibit. Go to the <%= link_to "Curation > Items", admin_exhibit_catalog_path(current_exhibit) %> page and click <strong>Add items</strong>. You can add items individually or in bulk via a CSV file.</li> <% end %> <% if can? :update, current_exhibit.blacklight_configuration %> <li>Use the other Curation pages, such as <%= link_to "Curation > Metadata", edit_exhibit_metadata_configuration_path(current_exhibit) %> and <%= link_to "Curation > Search", edit_exhibit_search_configuration_path(current_exhibit) %>, to customize the way various features are presented to exhibit visitors.</li> <% end %> - <li>Visit the Spotlight <%= link_to "documentation pages", "https://github.com/sul-dlss/spotlight/wiki" %> to learn how to add and edit feature pages, about pages, custom browse categories, and more.</li> + <li>Visit the Spotlight <%= link_to "documentation pages", "https://github.com/projectblacklight/spotlight/wiki" %> to learn how to add and edit feature pages, about pages, custom browse categories, and more.</li> </ol> <% end %> </div> \ No newline at end of file