FIX: relative URL routing on ember-cli only page
This commit is contained in:
parent
b8bb921ab5
commit
7658765736
|
@ -17,7 +17,7 @@
|
|||
|
||||
<p>Then visit the following URL to use Discourse:</p>
|
||||
|
||||
<h3><a href="http://<%= Discourse.current_hostname %>:4200/">http://<%= Discourse.current_hostname %>:4200</a></h3>
|
||||
<h3><a href="http://<%= Discourse.current_hostname %>:4200<%= Discourse.base_path %>">http://<%= Discourse.current_hostname %>:4200<%= Discourse.base_path %></a></h3>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue