app/views/decidim/system/shared/_notices.html.erb in decidim-system-0.23.6 vs app/views/decidim/system/shared/_notices.html.erb in decidim-system-0.24.0.rc1
- old
+ new
@@ -1,10 +1,10 @@
<%= display_flash_messages %>
<% if Decidim::Organization.none? %>
<div class="flash callout warning">
<% guide = link_to t(".our_getting_started_guide"),
- "https://github.com/decidim/decidim/blob/master/docs/getting_started.md",
+ "https://docs.decidim.org/",
target: :blank %>
<%= t(".no_organization_warning_html", guide: guide) %>
</div>
<% end %>