Correct link

This commit is contained in:
lostinlight 2018-03-14 01:00:49 +03:00
parent cc9f63dac0
commit 61bb7ab27c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<div class="section">
<h4><%- __('communities') %></h4>
<% if (data.communities !== "") { %>
<span><a href="https://<%= data.communities %>"><%= world.communities %></a></span>
<span><a href="<%= data.communities %>"><%= world.communities %></a></span>
<% } else { %>
<span class="u-temp"><%- __('soon') %></span>
<% } %>